Branch: refs/heads/master
Home: https://github.com/django/django
Commit: bd283aa844b04651b7c8b4e85f48c6dced1678f0
https://github.com/django/django/commit/bd283aa844b04651b7c8b4e85f48c6dced1678f0
Author: Anssi Kääriäinen <[email protected]>
Date: 2012-07-01 (Sun, 01 Jul 2012)
Changed paths:
M django/db/models/sql/datastructures.py
M django/db/models/sql/where.py
M tests/regressiontests/queries/tests.py
Log Message:
-----------
Refactored the empty/full result logic in WhereNode.as_sql()
Made sure the WhereNode.as_sql() handles various EmptyResultSet and
FullResultSet conditions correctly. Also, got rid of the FullResultSet
exception class. It is now represented by '', [] return value in the
as_sql() methods.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.