[Subversion] / PEAK / CHANGES.txt  

Diff of /PEAK/CHANGES.txt

Parent Directory | Revision Log

version 1672, Tue Feb 3 00:13:45 2004 UTC version 1674, Tue Feb 3 23:52:48 2004 UTC
Line 2 
Line 2 
   
  Changed, Enhanced, or Newly Deprecated Features   Changed, Enhanced, or Newly Deprecated Features
   
    - Added limited support for two-phase commit of database connections to Sybase
      and Oracle.  Changed Oracle "outside transaction" semantics to allow read
      operations only, and added a property to set Oracle transactions to
      "serializable" (which effectively requires two-phase commits).  Note that
      the current version of DCOracle2 doesn't properly support two-phase commit
      except for empty (no-op) transactions, which isn't very useful.  However, if
      a later release of DCOracle2 works correctly and doesn't change its API, the
      current PEAK driver should then work correctly.  In the meantime, the
      cx_Oracle driver apparently *does* provide working support for two-phase
      commits.  The controlling properties are of the form 'DRIVER.twoPhaseCommit'
      and 'DRIVER.serializable', where 'DRIVER' is the name of the DBAPI driver
      module, e.g. 'Sybase.twoPhaseCommit' or 'cx_Oracle.serializable'.
   
  - Added properties to the command-line applications framework, allowing   - Added properties to the command-line applications framework, allowing
    non-command objects access to 'stdin', 'stdout', 'argv' etc. from their     non-command objects access to 'stdin', 'stdout', 'argv' etc. from their
    context.     context.


Generate output suitable for use with a patch program
Legend:
Removed from v.1672  
changed lines
  Added in v.1674

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help