|
|
| version 1.5, 2009/11/18 01:34:01 | version 1.6, 2011/08/10 23:13:38 |
|---|---|
| Line 1 | Line 1 |
| 2009-08-23 misha | 2010-10-27 moko |
| * configure.in 1.7: | * parser3sqlite.C 1.11: |
| - option --with-dynamic-stdcpp was added | new in-parser quoting implementation (fixes issue #1) |
| - default (static) linking options were slightly modified | |
| 2009-08-23 misha | |
| 2008-07-04 misha | * configure.in 1.7: |
| * parser3sqlite.C 1.10: | - option --with-dynamic-stdcpp was added |
| - we mustn't escape " char | - default (static) linking options were slightly modified |
| 2008-07-03 misha | 2008-07-04 misha |
| * parser3sqlite.C 1.9: | * parser3sqlite.C 1.10: |
| - transcode optiomization (no transcode calls for numbers and nulls anylonger) | - we mustn't escape " char |
| - little refactoring | |
| 2008-07-03 misha | |
| 2008-06-30 misha | * parser3sqlite.C 1.9: |
| * parser3sqlite.C 1.8: | - transcode optiomization (no transcode calls for numbers and nulls anylonger) |
| - core bugfix | - little refactoring |
| 2008-06-27 misha | 2008-06-30 misha |
| * configure 1.4: | * parser3sqlite.C 1.8: |
| *** empty log message *** | - core bugfix |
| 2008-06-26 misha | 2008-06-27 misha |
| * configure.in 1.5: | * configure 1.4: |
| * parser3sqlite.C 1.6: | *** empty log message *** |
| - path to DB-file from decument_root now | |
| - ':memory:' DB-file means in-memory temporary DB | 2008-06-26 misha |
| - ':temporary:' DB-file means on-disk temporary DB | * configure.in 1.5: |
| - transcode queries from $request:charset to UTF-8 (by default) and transcode back results + error | * parser3sqlite.C 1.6: |
| messages (don't transcode blobs and numbers) | - path to DB-file from decument_root now |
| - ready to work with limit's fix (need to change SQL_NO_LIMIT value in pa_sql_driver.h and recompile) | - ':memory:' DB-file means in-memory temporary DB |
| - ':temporary:' DB-file means on-disk temporary DB | |
| - accept autocommit option in connect string | - transcode queries from $request:charset to UTF-8 (by default) and transcode back results + error |
| - accept multi_statements option in connect string | messages (don't transcode blobs and numbers) |
| - accept ClientCharset option in connect string (needed only if someone already has DB in wrong | - ready to work with limit's fix (need to change SQL_NO_LIMIT value in pa_sql_driver.h and recompile) |
| encoding) | |
| - accept autocommit option in connect string | |
| 2008-06-24 misha | - accept multi_statements option in connect string |
| * parser3sqlite.C 1.4: | - accept ClientCharset option in connect string (needed only if someone already has DB in wrong |
| - + ClientCharset | encoding) |
| - + autocommit | |
| - some code reformating | 2008-06-24 misha |
| * parser3sqlite.C 1.4: | |
| 2007-12-27 misha | - + ClientCharset |
| * parser3sqlite.C 1.3: | - + autocommit |
| - unused var removed | - some code reformating |
| * parser3sqlite.sln 1.2: | 2007-12-27 misha |
| * parser3sqlite.vcproj 1.2: | * parser3sqlite.C 1.3: |
| - back to VS2003 | - unused var removed |
| 2007-11-26 misha | * parser3sqlite.sln 1.2: |
| * parser3sqlite.C 1.2: | * parser3sqlite.vcproj 1.2: |
| -author's bugfix: http://www.parser.ru/forum/?id=63712 | - back to VS2003 |
| 2007-09-17 misha | 2007-11-26 misha |
| * configure 1.2: | * parser3sqlite.C 1.2: |
| * configure.in 1.3: | -author's bugfix: http://www.parser.ru/forum/?id=63712 |
| version corrected | |
| 2007-09-17 misha | |
| 2007-02-22 misha | * configure 1.2: |
| * Makefile.in 1.1: | * configure.in 1.3: |
| * acinclude.m4 1.1: | version corrected |
| * aclocal.m4 1.1: | |
| * config.guess 1.7: | 2007-02-22 misha |
| * configure 1.1: | * Makefile.in 1.1: |
| * depcomp 1.6: | * acinclude.m4 1.1: |
| * install-sh 1.6: | * aclocal.m4 1.1: |
| * libltdl/COPYING.LIB 1.3: | * config.guess 1.7: |
| * libltdl/Makefile.am 1.3: | * configure 1.1: |
| * libltdl/Makefile.in 1.3: | * depcomp 1.6: |
| * libltdl/README 1.3: | * install-sh 1.6: |
| * libltdl/acinclude.m4 1.3: | * libltdl/COPYING.LIB 1.3: |
| * libltdl/aclocal.m4 1.3: | * libltdl/Makefile.am 1.3: |
| * libltdl/config.h 1.3: | * libltdl/Makefile.in 1.3: |
| * libltdl/config_auto.h.in 1.3: | * libltdl/README 1.3: |
| * libltdl/config_fixed.h 1.3: | * libltdl/acinclude.m4 1.3: |
| * libltdl/configure 1.4: | * libltdl/aclocal.m4 1.3: |
| * libltdl/configure.in 1.3: | * libltdl/config.h 1.3: |
| * libltdl/libltdl.vcproj 1.3: | * libltdl/config_auto.h.in 1.3: |
| * libltdl/ltdl.c 1.3: | * libltdl/config_fixed.h 1.3: |
| * libltdl/ltdl.h 1.3: | * libltdl/configure 1.4: |
| * ltconfig 1.3: | * libltdl/configure.in 1.3: |
| * ltmain.sh 1.3: | * libltdl/libltdl.vcproj 1.3: |
| * missing 1.6: | * libltdl/ltdl.c 1.3: |
| * mkinstalldirs 1.6: | * libltdl/ltdl.h 1.3: |
| =no message | * ltconfig 1.3: |
| * ltmain.sh 1.3: | |
| * missing 1.6: | |
| * mkinstalldirs 1.6: | |
| =no message | |