--- sql/odbc/ChangeLog 2002/10/22 10:13:10 1.4 +++ sql/odbc/ChangeLog 2003/10/31 12:34:42 1.7 @@ -1,3 +1,41 @@ +2003-10-24 paf + * parser3odbc.sln 1.1: + *** empty log message *** + +2003-09-29 paf + * parser3odbc.C 1.15: + fix: very old bug: wrong quote escaping + +2003-08-18 paf + * parser3odbc.dsp 1.7: + * parser3odbc.dsw 1.3: + moved to MSVC 7 + +2003-07-24 paf + * parser3odbc.C 1.14: + moved tempate_gc to HEAD + +2003-07-22 paf + * parser3odbc.C [template_gc] 1.13.6.2: + updated to interface v8 + +2003-03-26 paf + * parser3odbc.C [template_gc] 1.13.6.1: + mistakenly patched HEAD branch. copying changes to template_gc one + +2003-01-21 paf + * parser3odbc.C 1.13: + 2002->2003 + +2002-12-09 paf + * parser3odbc.C 1.12: + changed exception handling mech in sql handlers #2 + +2002-10-29 paf + * parser3odbc.C 1.11: + binary field extracted as string with zero-chars inside + changed string.save [see] + 2002-10-22 paf * parser3odbc.C 1.10: column types extracted once per table [were per row]