CVS log for sql/sqlite/regexp.C
Up to [parser3project] / sql / sqlite
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Mar 12 13:45:27 2021 UTC (5 years, 2 months ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +3 -1 lines
bugfix: regexp('[^^a-z]','b') was true due to trailing zero was processed, skipping it.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 1 18:59:52 2021 UTC (5 years, 4 months ago) by moko
Branches: MAIN
regexp.C from https://www.sqlite.org/src/file?name=ext/misc/regexp.c added to implement regexp(pattern, string) in sqlite3 parser driver
E-mail: