--- sql/oracle/ChangeLog 2002/12/15 13:57:25 1.5 +++ sql/oracle/ChangeLog 2003/10/31 12:34:42 1.7 @@ -1,3 +1,146 @@ +2003-10-30 paf + * parser3oracle.C 1.40: + potential-bug fix: ODIDefine def field were not cleared + http://i2/tasks/edit/?id=4584951251464180531 + +2003-10-28 paf + * parser3oracle.C 1.38: + bugfix: lowercase zero terminated + + * parser3oracle.C 1.39: + added option: &LowerCaseColumnNames=0 [deafult=1] + +2003-10-24 paf + * Makefile.am 1.10: + sln + + * libltdl/Makefile.am 1.8: + * libltdl/Makefile.in 1.9: + * libltdl/config_auto.h.in 1.5: + * parser3oracle.sln 1.1: + *** empty log message *** + +2003-10-07 paf + * parser3oracle.C 1.37: + simplified tolower, + naming changed a little + +2003-10-02 paf + * parser3oracle.C 1.36: + merged bugfix: name were not zeroterminated + + * parser3oracle.C [release_3_1_0] 1.32.4.1: + bugfix: name were not zero-terminated + +2003-09-29 paf + * parser3oracle.C 1.34: + '/**xxx' situation were not handled + + * parser3oracle.C 1.35: + fix: very old bug: wrong quote escaping + +2003-08-19 paf + * parser3oracle.C 1.33: + malloc_atomic changed to malloc + +2003-08-18 paf + * libltdl/libltdl.dsp 1.4: + * parser3oracle.dsp 1.5: + * parser3oracle.dsw 1.5: + moved to MSVC 7 + + * Makefile.in 1.12: + * configure 1.12: + * configure.in 1.14: + * libltdl/Makefile.am 1.7: + * libltdl/Makefile.in 1.8: + merged 3.1.0 latest changes + +2003-08-11 paf + * libltdl/Makefile.am [release_3_1_0] 1.6.4.1: + * libltdl/Makefile.in [release_3_1_0] 1.7.4.1: + config.h dist + + * libltdl/Makefile.am [release_3_0_8] 1.5.2.1: + * libltdl/Makefile.in [release_3_0_8] 1.6.2.1: + config.h + +2003-07-24 paf + * Makefile.in 1.11: + * libltdl/Makefile.am 1.6: + * libltdl/Makefile.in 1.7: + * libltdl/config_auto.h.in 1.4: + * parser3oracle.C 1.32: + moved tempate_gc to HEAD + + * parser3oracle.dsp [release_3_0_8] 1.4.8.1: + commented out apache restarting + +2003-07-23 paf + * parser3oracle.C [template_gc] 1.29.6.2: + updated to interface v8 + +2003-06-17 paf + * parser3oracle.C 1.31: + queries with more then one /**xxx**/ had more problems. fixed. + + * parser3oracle.C 1.30: + typo error from very start fixed + were problems with queries with more then one /**xxx**/ + +2003-06-04 paf + * Makefile.in 1.10: + * libltdl/Makefile.am 1.5: + * libltdl/Makefile.in 1.6: + * libltdl/config_auto.h.in 1.3: + libltdl/config.h added to make dist + +2003-03-26 paf + * parser3oracle.C [template_gc] 1.29.6.1: + mistakenly patched HEAD branch. copying changes to template_gc one + +2003-01-21 paf + * config_fixed.h 1.5: + * config_includes.h 1.4: + * parser3oracle.C 1.29: + 2002->2003 + +2003-01-14 paf + * libltdl/config_fixed.h 1.2: + * libltdl/libltdl.dsp 1.3: + * libltdl/ltdl.c 1.3: + * parser3oracle.dsp 1.4: + * parser3oracle.dsw 1.4: + ltdl copied to all sql drivers, VS projects libltdl_mysql + renamed to libltdl + +2003-01-13 paf + * config.guess 1.2: + * config.sub 1.2: + * config_auto.h.in 1.3: + * depcomp 1.1: + * libltdl/COPYING.LIB 1.1: + * libltdl/Makefile.am 1.4: + * libltdl/Makefile.in 1.5: + * libltdl/acinclude.m4 1.3: + * libltdl/aclocal.m4 1.3: + * libltdl/config_auto.h.in 1.2: + * libltdl/configure 1.3: + * libltdl/configure.in 1.3: + * libltdl/libltdl.dsp 1.2: + * libltdl/ltdl.c 1.2: + * libltdl/ltdl.h 1.2: + * ltmain.sh 1.2: + moved to latest libtool (1.4.3) + + * missing 1.2: + * mkinstalldirs 1.2: + *** empty log message *** + +2002-12-15 paf + * configure.in [release_3_0_0006] 1.11.2.1: + r6 + 2002-12-09 paf * parser3oracle.C 1.27: changed exception handling mech in sql handlers #2