Annotation of sql/sqlite/ChangeLog, revision 1.5

1.5     ! misha       1: 2009-08-23     misha
        !             2:        * configure.in 1.7:
        !             3:                - option --with-dynamic-stdcpp was added
        !             4:                - default (static) linking options were slightly modified
        !             5: 
1.4       misha       6: 2008-07-04     misha
                      7:        * parser3sqlite.C 1.10:
                      8:                - we mustn't escape " char
                      9: 
                     10: 2008-07-03     misha
                     11:        * parser3sqlite.C 1.9:
                     12:                - transcode optiomization (no transcode calls for numbers and nulls anylonger)
                     13:                - little refactoring
                     14: 
                     15: 2008-06-30     misha
                     16:        * parser3sqlite.C 1.8:
                     17:                - core bugfix
                     18: 
                     19: 2008-06-27     misha
                     20:        * configure 1.4:
                     21:                *** empty log message ***
                     22: 
                     23: 2008-06-26     misha
                     24:        * configure.in 1.5:
                     25:        * parser3sqlite.C 1.6:
                     26:                - path to DB-file from decument_root now
                     27:                - ':memory:' DB-file means in-memory temporary DB
                     28:                - ':temporary:' DB-file means on-disk temporary DB
                     29:                - transcode queries from $request:charset to UTF-8 (by default) and transcode back results + error 
                     30:                messages (don't transcode blobs and numbers)
                     31:                - ready to work with limit's fix (need to change SQL_NO_LIMIT value in pa_sql_driver.h and recompile)
                     32:                
                     33:                - accept autocommit option in connect string
                     34:                - accept multi_statements option in connect string
                     35:                - accept ClientCharset option in connect string (needed only if someone already has DB in wrong 
                     36:                encoding)
                     37: 
                     38: 2008-06-24     misha
                     39:        * parser3sqlite.C 1.4:
                     40:                - + ClientCharset
                     41:                - + autocommit
                     42:                - some code reformating
                     43: 
                     44: 2007-12-27     misha
                     45:        * parser3sqlite.C 1.3:
                     46:                - unused var removed
                     47: 
                     48:        * parser3sqlite.sln 1.2:
                     49:        * parser3sqlite.vcproj 1.2:
                     50:                - back to VS2003
                     51: 
1.3       misha      52: 2007-11-26     misha
                     53:        * parser3sqlite.C 1.2:
                     54:                -author's bugfix: http://www.parser.ru/forum/?id=63712
                     55: 
                     56: 2007-09-17     misha
                     57:        * configure 1.2:
                     58:        * configure.in 1.3:
                     59:                version corrected
                     60: 
1.2       misha      61: 2007-02-22     misha
                     62:        * Makefile.in 1.1:
                     63:        * acinclude.m4 1.1:
                     64:        * aclocal.m4 1.1:
                     65:        * config.guess 1.7:
                     66:        * configure 1.1:
                     67:        * depcomp 1.6:
                     68:        * install-sh 1.6:
                     69:        * libltdl/COPYING.LIB 1.3:
                     70:        * libltdl/Makefile.am 1.3:
                     71:        * libltdl/Makefile.in 1.3:
                     72:        * libltdl/README 1.3:
                     73:        * libltdl/acinclude.m4 1.3:
                     74:        * libltdl/aclocal.m4 1.3:
                     75:        * libltdl/config.h 1.3:
                     76:        * libltdl/config_auto.h.in 1.3:
                     77:        * libltdl/config_fixed.h 1.3:
                     78:        * libltdl/configure 1.4:
                     79:        * libltdl/configure.in 1.3:
                     80:        * libltdl/libltdl.vcproj 1.3:
                     81:        * libltdl/ltdl.c 1.3:
                     82:        * libltdl/ltdl.h 1.3:
                     83:        * ltconfig 1.3:
                     84:        * ltmain.sh 1.3:
                     85:        * missing 1.6:
                     86:        * mkinstalldirs 1.6:
                     87:                =no message
                     88: 

E-mail: