mirror of https://github.com/django/django.git
5ca82e710e
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. |
||
---|---|---|
.. | ||
class.txt | ||
expressions.txt | ||
fields.txt | ||
index.txt | ||
instances.txt | ||
lookups.txt | ||
options.txt | ||
queries.txt | ||
querysets.txt | ||
relations.txt |