Annotation of sql/sqlite/ChangeLog, revision 1.4

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

E-mail: