mirror of
https://github.com/django/django.git
synced 2025-01-31 20:59:17 +00:00
bd283aa844
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.