django1/django/db/backends/oracle
Matthew Schinckel 4137fc2efc Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
This allows using expressions that have an output_field that is a
BooleanField to be used directly in a queryset filters, or in the
When() clauses of a Case() expression.

Thanks Josh Smeaton, Tim Graham, Simon Charette, Mariusz Felisiak, and
Adam Johnson for reviews.

Co-Authored-By: NyanKiyoshi <hello@vanille.bid>
2019-08-29 09:45:29 +02:00
..
__init__.py Added half of oracle backend. (The other half is all of the special-casing in django/db/models/query.py, which I will be refactoring.) Refs #1990. Thanks, Jason Huggins and tzellman 2006-05-26 05:37:21 +00:00
base.py Fixed #30661 -- Added models.SmallAutoField. 2019-08-02 11:39:01 +02:00
client.py Replaced subprocess commands by run() wherever possible. 2019-08-23 10:53:36 +02:00
creation.py Fixed #30184 -- Removed ellipsis characters from shell output strings. 2019-02-13 13:59:44 -05:00
features.py Refs #25367 -- Moved Oracle Exists() handling to contextual methods. 2019-08-13 06:48:14 +02:00
functions.py Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00
introspection.py Fixed #30661 -- Added models.SmallAutoField. 2019-08-02 11:39:01 +02:00
operations.py Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude(). 2019-08-29 09:45:29 +02:00
schema.py Fixed #30661 -- Added models.SmallAutoField. 2019-08-02 11:39:01 +02:00
utils.py Refs #29444 -- Added support for fetching a returned non-integer insert values on Oracle. 2019-07-08 08:53:08 +02:00
validation.py Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL. 2017-05-23 17:02:40 +02:00