Changes between Version 1 and Version 2 of OracleBranch
- Timestamp:
- Apr 19, 2007, 2:34:24 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OracleBranch
v1 v2 47 47 === Empty strings === 48 48 49 Django generally prefers to use the empty string ( '') rather than NULL, but Oracle treats the empty string as NULL. To get around this, the oracle backend silently changes'' to ' ' when saving data. The inverse operation is automatically performed by !OracleQuerySet.resolve_columns when fetching from the database.49 Django generally prefers to use the empty string (!'') rather than NULL, but Oracle treats the empty string as NULL. To get around this, the oracle backend silently changes !'' to ' ' when saving data. The inverse operation is automatically performed by !OracleQuerySet.resolve_columns when fetching from the database. 50 50 51 51 === Datetime conversion ===