Diff for /sql/pgsql/ChangeLog between versions 1.8 and 1.11

version 1.8, 2004/09/13 15:20:41 version 1.11, 2008/07/08 13:43:21
Line 1 Line 1
   2008-07-01      misha
           * parser3pgsql.C 1.31:
                   - autocommit=0 not equal WithoutDefaultTransaction=1. first one make 1 connect == 1 transaction. 
                   second -- disable begin/commit/rollback at all
                   - call commit after query execution if autocommit option wasn't disabled
                   - much less calls for PQftype
                   - no more transcode calls for number/date types
   
   2008-06-27      misha
           * configure 1.19:
                   *** empty log message ***
   
   2008-06-26      misha
           * configure.in 1.22:
           * parser3pgsql.C 1.30:
                   - new API and version number (10.0)
                   - $.limit(0) fixes
                   - little refactoring
   
   2008-06-24      misha
           * parser3pgsql.C 1.29:
                   some code reformating
   
   2007-10-25      misha
           * parser3pgsql.C 1.28:
                   - allow ?charset and ?ClientCharset at once
   
   2007-01-29      misha
           * parser3pgsql.C 1.27:
                   - last version commited
   
   2007-01-26      misha
           * parser3pgsql.C 1.26:
                   - patch from egr: .bind IN variables support, TODO: OUT, INOUT, 
                   from Egr
   
   2004-12-23      paf
           * parser3pgsql.C 1.23:
                   egr patch on WithoutDefaultTransaction
   
           * parser3pgsql.C 1.25:
                   sql connect string, rsplit @
   
 2004-06-23      paf  2004-06-23      paf
         * parser3pgsql.C 1.22:          * parser3pgsql.C 1.22:
                 new api supported, not implemented yet:                  new api supported, not implemented yet:

Removed from v.1.8  
changed lines
  Added in v.1.11


E-mail: