[Subversion] / PEAK / CHANGES.txt  

Diff of /PEAK/CHANGES.txt

Parent Directory | Revision Log

version 1403, Tue Sep 30 23:29:24 2003 UTC version 1431, Wed Oct 29 20:59:19 2003 UTC
Line 2 
Line 2 
   
  Changed, Enhanced, or Newly Deprecated Features   Changed, Enhanced, or Newly Deprecated Features
   
    - SQL connection objects now get their type converters from a distinct
      property namespace for each DBAPI driver.  For example a driver using the
      'cx_Oracle' module will get its type converters from the
      'cx_Oracle.sql_types' property namespace, instead of 'peak.sql_types'.  For
      backward compatibility, these driver-specific namespaces are set up to
      fall back to 'peak.sql_types' for their defaults.  Type converter
      construction has also been improved, to eliminate conversion overhead
      completely when no conversions are required for a specific query.  Also,
      SQL connections now offer a method that will create a row conversion
      function for a given result description and optional postprocessing
      function.  This new method should now be used in place of direct access to
      the 'typeMap' attribute of connection objects.
   
  - Added 'binding.Require', 'binding.Obtain', 'binding.Make', and   - Added 'binding.Require', 'binding.Obtain', 'binding.Make', and
    'binding.Delegate'.  *ALL* other binding types are now DEPRECATED, and will     'binding.Delegate'.  *ALL* other binding types are now DEPRECATED, and will
    go away before 0.5 beta is released:     go away before 0.5 beta is released:


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help