Diff for /sql/oracle/ChangeLog between versions 1.6 and 1.10

version 1.6, 2003/08/18 08:27:30 version 1.10, 2007/02/20 10:32:14
Line 1 Line 1
   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++
                   )
   
   2004-05-25  paf
           * parser3oracle.C 1.58:
                   bugfix: connection struct allocated from gc mem, so that
                   pointers to parts of connect url would be known to libgc [they
                   were mistakenly freed]
   
   2004-05-19  paf
           * parser3oracle.C 1.56:
                   bugfix: connection struct were allocated in services memory, 
                   which were connected with request
   
           * parser3oracle.C 1.57:
                   bugfix: of several clobs per insert/update were properly
                   processed only last, others became empty
   
   2004-03-30  paf
           * parser3oracle.C 1.55:
                   merged bugfixes from 3.1.2
   
   2004-03-26  paf
           * parser3oracle.C 1.54:
                   cstrClientCharset localized
   
           * parser3oracle.C [release_3_1_2] 1.53.2.1:
                   beauty: merged from HEAD
   
   2004-03-04  paf
           * parser3oracle.C 1.52:
                   beauty: static to hide some minor helper funcs from linker
   
           * parser3oracle.C 1.53:
                   beauty: needless temp vars removed
   
   2004-03-02  paf
           * parser3oracle.C 1.51:
                   feature: ?..&LowerCaseColumnNames=0&ClientCharset=something
                   column names got transcoded to $request:charset too [were only
                   column data]
   
   2004-01-30  paf
           * parser3oracle.C 1.50:
                   style:
   
   2004-01-26  paf
           * parser3oracle.C 1.49:
                   beauty: renamed cs to connection & class too
   
   2003-12-24  paf
           * parser3oracle.vcproj 1.2:
                   beauty: all warnings on, found one minor bug
   
           * parser3oracle.C 1.45:
                   bugfix: clob now read fully [were truncated]. oracle api is
                   somewhat tricky
   
           * parser3oracle.C 1.46:
                   better: column fetch buffer cached as allocated [per connection]
   
           * parser3oracle.C 1.47:
                   bugfix: fetch_buffers allocated with ::malloc so that they
                   would not be collected by gc [freed at disconnect]
   
           * parser3oracle.C 1.48:
                   comment: about not needing to free handles
   
   2003-12-23  paf
           * parser3oracle.C 1.44:
                   bugfix: LocalCharset now case insensitive
   
   2003-12-22  paf
           * parser3oracle.C 1.42:
                   feature: introducing ?ClientCharset=parser_charset
                   charset in which parser thinks client works
   
           * parser3oracle.C 1.43:
                   bugfix: if ?ClientCharset not defined typo error caused no
                   letters in result
   
   2003-12-15  paf
           * parser3oracle.C 1.41:
                   two bob in one operation never worked?
   
   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  2003-07-24  paf
         * Makefile.in 1.11:          * Makefile.in 1.11:
         * libltdl/Makefile.am 1.6:          * libltdl/Makefile.am 1.6:

Removed from v.1.6  
changed lines
  Added in v.1.10


E-mail: