django1/django/db/backends/postgresql_psycopg2
Marc Tamlyn 5ca82e710e Fixed #24033 -- Use interval type on Oracle.
Use INTERVAL DAY(9) TO SECOND(6) for Durationfield on Oracle rather than
storing as a NUMBER(19) of microseconds.

There are issues with cx_Oracle which require some extra data
manipulation in the database backend when constructing queries, but it
handles the conversion back to timedelta objects cleanly.

Thanks to Shai for the review.
2014-12-23 10:38:32 +00:00
..
__init__.py Added postgresql_psycopg2 backend, which is untested, just for a starting point 2006-05-16 23:27:07 +00:00
base.py Fixed #24033 -- Use interval type on Oracle. 2014-12-23 10:38:32 +00:00
client.py Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell. 2014-08-04 09:21:03 -04:00
creation.py Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
introspection.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
operations.py Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
schema.py Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations 2014-12-04 21:27:42 +01:00
version.py Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4. 2014-08-01 10:26:00 -04:00