--- sql/oracle/ChangeLog 2004/06/16 14:42:51 1.8 +++ sql/oracle/ChangeLog 2011/08/10 23:13:18 1.13 @@ -1,9 +1,96 @@ -2004-05-28 paf +2011-07-28 moko + * parser3oracle.C 1.74: + fixes issue #451 - x64 compile errors + +2010-10-27 moko + * parser3oracle.C 1.73: + new in-parser quoting implementation (fixes issue #1) + +2009-08-23 misha + * configure.in 1.25: + - option --with-dynamic-stdcpp was added + - default (static) linking options were slightly modified + +2008-07-08 misha + * parser3oracle.C 1.72: + - if limit/offset specified modify query (use ROWNUM in two different ways) + - with new option DisableQueryModification=1 in connect string this query modification can be + switched off + +2008-07-07 misha + * configure 1.22: + * configure.in 1.24: + * parser3oracle.C 1.71: + *** empty log message *** + +2008-06-30 misha + * parser3oracle.C 1.69: + - $.limit(0) fix + some transcode calls optimisation + +2007-02-13 misha + * parser3oracle.C 1.68: + - bug with incorrect processing escaped symbols in clobs was + fixed + +2004-12-23 paf + * parser3oracle.C 1.67: + sql connect string, rsplit @ + +2004-10-11 paf + * parser3oracle.C 1.66: + bugfix: empty bind param now passed OK [were not changing bind + buffer value] + +2004-10-07 paf + * parser3oracle.C 1.65: + bugfix: output value of bind var now cloned out from bind + buffers + +2004-08-03 paf + * parser3oracle.C 1.63: + bugfix: empty input variables can be replaced by output + [forgot to allocate proper buffer, oracle _server_ died with + kgepop: no error frame to pop to for error 21500 + message] + +2004-07-28 paf + * parser3oracle.C 1.62: + bugfix: isspace((unsigned char)c) everywhere. failed on russian + letters + +2004-06-22 paf + * parser3oracle.C 1.61: + * parser3oracle.vcproj 1.3: + new: + ^void:sql{call paf(:a)}[ + $.bind[ + $.a[2] + ] + ] + output variables work. + todo: check in out variables + +2004-06-18 paf + * parser3oracle.C 1.60: + started: + ^void:sql{call paf(:a)}[ + $.bind[ + $.a[2] + ] + ] + input variables work. + todo:output + + * parser3oracle.C 1.59: + change: "returning" placeholders now bound by name + [preparing to general placeholders] + +2004-05-28 paf * Makefile.in 1.15: * configure 1.15: * configure.in 1.17: - bugfix: configure.in language to compile tests set to C (were c - +) + bugfix: configure.in language to compile tests set to C (were c++ + ) 2004-05-25 paf * parser3oracle.C 1.58: