[Subversion] / PEAK / CHANGES.txt  

Diff of /PEAK/CHANGES.txt

Parent Directory | Revision Log

version 1435, Thu Oct 30 19:28:49 2003 UTC version 1436, Thu Oct 30 19:47:14 2003 UTC
Line 2 
Line 2 
   
  Changed, Enhanced, or Newly Deprecated Features   Changed, Enhanced, or Newly Deprecated Features
   
    - SQL connection objects now provide an 'appConfig' attribute that is a
      driver-specific 'config.Namespace()'.  This allows you to easily set up
      configuration properties that are driver-specific.  For example, you could
      use properties to configure driver-specific SQL snippets, then access them
      via the connection's 'appConfig' namespace.  The namespaces are of the form
      'DRIVER.appConfig', where 'DRIVER' is the name of the DBAPI module for that
      connection type (e.g. 'pgdb', 'cx_Oracle', etc.).
   
  - Added 'config.Namespace()' convenience class for redirecting property   - Added 'config.Namespace()' convenience class for redirecting property
    lookups from one namespace to another.  See the docstring and 'peak.ini' for     lookups from one namespace to another.  See the docstring and 'peak.ini' for
    usage examples.  'PropertyName.of()' now returns 'Namespace' instances     usage examples.  'PropertyName.of()' now returns 'Namespace' instances


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help