mirror of
https://github.com/django/django.git
synced 2025-04-05 14:06:42 +00:00
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.