Annotation of sql/sqlite/ChangeLog, revision 1.6

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

E-mail: