django1/django/db/models/sql
Michael Manfre c2150d4d2c Fixed #19096 -- Made can_return_id_from_insert more extendable
RETURNING is an extension of the SQL standard, which is not implemented
the same by all databases. Allow DatabaseOperations.return_insert_id to
return a None to allow for other 3rd party backends with a different
implementation.
2012-10-10 01:00:58 +03:00
..
__init__.py Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
aggregates.py Fixed #17728 -- When filtering an annotation, ensured the values used in the filter are properly converted to their database representation. This bug was particularly visible with timezone-aware DateTimeFields. Thanks gg for the report and Carl for the review. 2012-02-22 19:40:27 +00:00
compiler.py Fixed #19096 -- Made can_return_id_from_insert more extendable 2012-10-10 01:00:58 +03:00
constants.py Internal refactoring; moving LOOKUP_SEP up one level. 2012-09-08 19:51:36 -04:00
datastructures.py Refactored the empty/full result logic in WhereNode.as_sql() 2012-07-01 17:21:34 +03:00
expressions.py Avoided storing ExpressionNodes in dicts 2012-09-30 17:50:56 +03:00
query.py Fixed #19087 -- Ensured query's base table is never LOUTER joined 2012-10-08 18:40:09 +03:00
subqueries.py Fixed #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03:00
where.py [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00