CVS log for sql/sqlite/parser3sqlite.C
Up to [parser3project] / sql / sqlite
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Nov 8 09:03:09 2021 UTC (4 years, 6 months ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +8 -3 lines
support for multiple client libraries specification, comma separated
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Feb 1 19:27:32 2021 UTC (5 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +2 -2 lines
*** empty log message ***
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Feb 1 18:56:45 2021 UTC (5 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +69 -3 lines
PA_REGEXP feature added to implement regexp(pattern, string) in sqlite3
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Feb 1 18:44:13 2021 UTC (5 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +55 -58 lines
sqlite3_* -> pa_sqlite3_* as we need functions static for regexp
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Nov 30 21:51:35 2019 UTC (6 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +2 -2 lines
ident string fixed
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Oct 24 11:23:36 2019 UTC (6 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +2 -2 lines
typo
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jan 13 16:54:37 2017 UTC (9 years, 4 months ago) by moko
Branches: MAIN
CVS tags: sqlite_release_10_4
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +11 -27 lines
column_types caching for first row removed as next rows may not have null values (fixes bug #1122)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jun 15 09:09:33 2012 UTC (13 years, 11 months ago) by moko
Branches: MAIN
CVS tags: sqlite_release_10_3
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +11 -7 lines
bugfix: lt_dlinit() can fail, but lt_dlerror return 0, and we count 0 for success.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 19 21:33:08 2012 UTC (14 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +13 -6 lines
sqlite3_busy_timeout with default 4 seconds added, fixes issue #824
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Oct 27 22:48:51 2010 UTC (15 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +26 -13 lines
new in-parser quoting implementation (fixes issue #1)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jul 4 11:56:40 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
CVS tags: sqlite_release_10_2,
sqlite_release_10_1,
sqlite_release_10_0
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +2 -5 lines
- we mustn't escape " char
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jul 3 07:17:25 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +40 -22 lines
- transcode optiomization (no transcode calls for numbers and nulls anylonger)
- little refactoring
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jun 30 09:29:55 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +22 -26 lines
- core bugfix
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 27 17:36:30 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +7 -7 lines
no message
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 26 09:59:56 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +188 -144 lines
- path to DB-file from decument_root now
- ':memory:' DB-file means in-memory temporary DB
- ':temporary:' DB-file means on-disk temporary DB
- transcode queries from $request:charset to UTF-8 (by default) and transcode back results + error messages (don't transcode blobs and numbers)
- ready to work with limit's fix (need to change SQL_NO_LIMIT value in pa_sql_driver.h and recompile)
- accept autocommit option in connect string
- accept multi_statements option in connect string
- accept ClientCharset option in connect string (needed only if someone already has DB in wrong encoding)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jun 24 17:50:47 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +32 -29 lines
no message
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jun 24 17:46:57 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +134 -76 lines
- + ClientCharset
- + autocommit
- some code reformating
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Dec 27 14:24:21 2007 UTC (18 years, 5 months ago) by misha
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +2 -2 lines
- unused var removed
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Nov 26 07:49:36 2007 UTC (18 years, 6 months ago) by misha
Branches: MAIN
CVS tags: sqlite_release_9_2
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +5 -1
lines
-author's bugfix: http://www.parser.ru/forum/?id=63712
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 19 10:54:36 2007 UTC (19 years, 3 months ago) by misha
Branches: MAIN
no message
E-mail: