Changes between Version 2 and Version 3 of OracleBranch


Ignore:
Timestamp:
Apr 19, 2007, 4:09:24 PM (18 years ago)
Author:
ian.g.kelly@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OracleBranch

    v2 v3  
    5151=== Datetime conversion ===
    5252
    53 All communication of date and time-related fields with cx_Oracle requires the use of datetime.datetime objects rather than strings.  Code has been introduced to the Field classes to properly cast values for cx_Oracle, and the !OracleQuerySet.resolve_columns method is used to cast values from the database to the proper type for the Field.
     53cx_Oracle always returns either datetime.datetime objects or its own Timestamp objects when fetching date or time-related fields.  The !OracleQuerySet.resolve_columns method is used to cast values from the database to the proper type for the Field.
    5454
    5555=== LOB manipulation ===
Back to Top