Annotation of sql/sqlite/ChangeLog, revision 1.8

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

E-mail: