Annotation of sql/sqlite/ChangeLog, revision 1.10

1.10    ! moko        1: 2019-12-01  moko
        !             2: 
        !             3:        * config_fixed.h, config_includes.h: Copyright year updated
        !             4: 
        !             5:        * parser3sqlite.C: ident string fixed
        !             6: 
        !             7: 2019-10-24  moko
        !             8: 
        !             9:        * parser3sqlite.C: typo
        !            10: 
        !            11: 2017-12-10  moko
        !            12: 
        !            13:        * README: README actualized
        !            14: 
        !            15: 2017-02-07  moko
        !            16: 
        !            17:        * configure.ac: 10.3 -> 10.4
        !            18: 
        !            19: 2017-01-13  moko
        !            20: 
        !            21:        * parser3sqlite.C: column_types caching for first row removed as
        !            22:          next rows may not have null values (fixes bug #1122)
        !            23: 
1.8       moko       24: 2015-10-26  moko
                     25: 
1.9       moko       26:        * Makefile.am, config_auto.h.in: warning war: configure.in ->
                     27:          configure.ac, INCLUDES -> AM_CPPFLAGS
1.8       moko       28: 
                     29:        * config_fixed.h, config_includes.h: Copyright year updated
                     30: 
                     31: 2013-07-07  moko
                     32: 
                     33:        * INSTALL: INSTALL actualized
                     34: 
                     35: 2012-06-27  moko
                     36: 
                     37:        * libltdl/libltdl.vcproj: libltdl release build fixed
                     38: 
                     39: 2012-06-21  moko
                     40: 
                     41:        * libltdl/: libltdl.vcproj, ltdl.vcproj: renamed
                     42: 
                     43:        * libltdl/: argz.c, config_fixed.h, ltdl.c, ltdl.vcproj,
                     44:          libltdl/lt__glibc.h: fixes for Win32 and broken FreeBSD (issue
                     45:          #45)
                     46: 
                     47: 2012-06-15  moko
                     48: 
                     49:        * parser3sqlite.C: bugfix: lt_dlinit() can fail, but lt_dlerror
                     50:          return 0, and we count 0 for success.
                     51: 
                     52: 2012-06-12  moko
                     53: 
                     54:        * Makefile.am, configure.in: shared/static libstdc++ option removed
                     55: 
                     56: 2012-06-10  moko
                     57: 
                     58:        * depcomp: depcomp updated from libtool 2.4.2
                     59: 
1.9       moko       60:        * Makefile.am, configure, configure.in: ACLOCAL_AMFLAGS = -I
                     61:          libltdl/m4 added and some beauty
1.8       moko       62: 
                     63: 2012-06-08  moko
                     64: 
                     65:        * config.guess, config.sub: also taken from libtool
                     66: 
                     67:        * config_auto.h.in, configure: configure.in updated to latest
                     68:          libtool requirements
                     69: 
                     70:        * configure.in: win32-dll added
                     71: 
                     72:        * configure.in: updated to latest libtool instructions
                     73: 
1.9       moko       74:        * aclocal.m4, configure, install-sh, missing: aclocal called with
                     75:          -I libltdl/m4 to minimize aclocal.m4, install-sh and missing
                     76:          taken from libtool
1.8       moko       77: 
                     78: 2012-06-07  moko
                     79: 
1.9       moko       80:        * acinclude.m4, aclocal.m4, config_auto.h.in, configure,
                     81:          install-sh, ltconfig, ltmain.sh, missing: autogenerated files
                     82:          updated for libtool 2.42
                     83: 
                     84:        * libltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                     85:          aclocal.m4, argz_.h, config-h.in, config.h, config_auto.h.in,
                     86:          config_fixed.h, configure, configure.ac, configure.in,
                     87:          libltdl.vcproj, ltdl.c, ltdl.h, config/compile,
1.8       moko       88:          config/config.guess, config/config.sub, config/depcomp,
                     89:          config/install-sh, config/ltmain.sh, config/missing,
                     90:          libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
                     91:          libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
                     92:          libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
                     93:          loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
                     94:          loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
                     95:          loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
                     96:          m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                     97:          m4/lt~obsolete.m4, argz.c, lt__alloc.c, lt__dirent.c, lt__strl.c,
                     98:          lt_dlloader.c, lt_error.c, slist.c: libtool updated to version
                     99:          2.4.2
                    100: 
                    101:        * Makefile.am, configure.in: configuration scripts updated for new
                    102:          libtool 2.4.2
                    103: 
                    104: 2012-04-20  moko
                    105: 
                    106:        * parser3sqlite.C: sqlite3_busy_timeout with default 4 seconds
                    107:          added, fixes issue #824
                    108: 
                    109: 2012-03-16  moko
                    110: 
                    111:        * config_fixed.h, config_includes.h: ident now works under Linux +
                    112:          ident displays filenames (closes issue #818) Copyright updated
                    113: 
                    114: 2010-10-28  moko
                    115: 
                    116:        * parser3sqlite.C: new in-parser quoting implementation (fixes
                    117:          issue #1)
                    118: 
                    119: 2009-08-23  misha
                    120: 
                    121:        * configure.in: - option --with-dynamic-stdcpp was added - default
                    122:          (static) linking options were slightly modified
                    123: 
                    124: 2008-07-04  misha
                    125: 
                    126:        * parser3sqlite.C: - we mustn't escape " char
                    127: 
                    128: 2008-07-03  misha
                    129: 
                    130:        * parser3sqlite.C: - transcode optiomization (no transcode calls
                    131:          for numbers and nulls anylonger) - little refactoring
                    132: 
                    133: 2008-06-30  misha
                    134: 
                    135:        * parser3sqlite.C: - core bugfix
                    136: 
                    137: 2008-06-26  misha
                    138: 
                    139:        * configure.in, parser3sqlite.C: - path to DB-file from
                    140:          decument_root now - ':memory:' DB-file means in-memory temporary
                    141:          DB - ':temporary:' DB-file means on-disk temporary DB - transcode
                    142:          queries from $request:charset to UTF-8 (by default) and transcode
                    143:          back results + error messages (don't transcode blobs and numbers)
                    144:          - ready to work with limit's fix (need to change SQL_NO_LIMIT
                    145:          value in pa_sql_driver.h and recompile) - accept autocommit
                    146:          option in connect string - accept multi_statements option in
                    147:          connect string - accept ClientCharset option in connect string
                    148:          (needed only if someone already has DB in wrong encoding)
                    149: 
                    150: 2008-06-24  misha
                    151: 
                    152:        * parser3sqlite.C: - + ClientCharset - + autocommit - some code
                    153:          reformating
                    154: 
                    155: 2007-12-27  misha
                    156: 
                    157:        * parser3sqlite.C: - unused var removed
                    158: 
                    159:        * parser3sqlite.sln, parser3sqlite.vcproj: - back to VS2003
                    160: 
                    161: 2007-11-26  misha
                    162: 
                    163:        * parser3sqlite.C: -author's bugfix:
                    164:          http://www.parser.ru/forum/?id=63712
                    165: 
                    166: 2007-09-17  misha
                    167: 
                    168:        * configure, configure.in: version corrected
                    169: 

E-mail: