Changes between Version 2 and Version 3 of OracleBranch
- Timestamp:
- Apr 19, 2007, 4:09:24 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OracleBranch
v2 v3 51 51 === Datetime conversion === 52 52 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.53 cx_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. 54 54 55 55 === LOB manipulation ===