--- sql/sqlite/ChangeLog 2015/10/26 17:15:33 1.8 +++ sql/sqlite/ChangeLog 2019/11/30 21:53:34 1.10 @@ -1,7 +1,30 @@ +2019-12-01 moko + + * config_fixed.h, config_includes.h: Copyright year updated + + * parser3sqlite.C: ident string fixed + +2019-10-24 moko + + * parser3sqlite.C: typo + +2017-12-10 moko + + * README: README actualized + +2017-02-07 moko + + * configure.ac: 10.3 -> 10.4 + +2017-01-13 moko + + * parser3sqlite.C: column_types caching for first row removed as + next rows may not have null values (fixes bug #1122) + 2015-10-26 moko - * Makefile.am, Makefile.in, config_auto.h.in: warning war: - configure.in -> configure.ac, INCLUDES -> AM_CPPFLAGS + * Makefile.am, config_auto.h.in: warning war: configure.in -> + configure.ac, INCLUDES -> AM_CPPFLAGS * config_fixed.h, config_includes.h: Copyright year updated @@ -34,8 +57,8 @@ * depcomp: depcomp updated from libtool 2.4.2 - * Makefile.am, Makefile.in, configure, configure.in: - ACLOCAL_AMFLAGS = -I libltdl/m4 added and some beauty + * Makefile.am, configure, configure.in: ACLOCAL_AMFLAGS = -I + libltdl/m4 added and some beauty 2012-06-08 moko @@ -48,20 +71,20 @@ * configure.in: updated to latest libtool instructions - * Makefile.in, aclocal.m4, configure, install-sh, missing: aclocal - called with -I libltdl/m4 to minimize aclocal.m4, install-sh and - missing taken from libtool + * aclocal.m4, configure, install-sh, missing: aclocal called with + -I libltdl/m4 to minimize aclocal.m4, install-sh and missing + taken from libtool 2012-06-07 moko - * Makefile.in, acinclude.m4, aclocal.m4, config_auto.h.in, - configure, install-sh, ltconfig, ltmain.sh, missing: - autogenerated files updated for libtool 2.42 - - * libltdl/: COPYING.LIB, Makefile.am, Makefile.in, README, - acinclude.m4, aclocal.m4, argz_.h, config-h.in, config.h, - config_auto.h.in, config_fixed.h, configure, configure.ac, - configure.in, libltdl.vcproj, ltdl.c, ltdl.h, config/compile, + * acinclude.m4, aclocal.m4, config_auto.h.in, configure, + install-sh, ltconfig, ltmain.sh, missing: autogenerated files + updated for libtool 2.42 + + * libltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4, + aclocal.m4, argz_.h, config-h.in, config.h, config_auto.h.in, + config_fixed.h, configure, configure.ac, configure.in, + libltdl.vcproj, ltdl.c, ltdl.h, config/compile, config/config.guess, config/config.sub, config/depcomp, config/install-sh, config/ltmain.sh, config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,