--- sql/oracle/ChangeLog 2004/09/13 15:20:41 1.9 +++ sql/oracle/ChangeLog 2011/08/10 23:13:18 1.13 @@ -1,3 +1,51 @@ +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