django1/django/db/backends/oracle
Mariusz Felisiak b61d5b1991 Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't provided.
Thanks Tim Graham for the review.
2017-07-27 19:36:47 +02:00
..
__init__.py
base.py Fixed #28411 -- Used cx_Oracle.Cursor.outputtypehandler instead of _rowfactory() on Oracle. 2017-07-19 08:42:52 +02:00
client.py Fixed #26751 -- Made dbshell exit with the shell's error code. 2016-06-27 12:20:40 -04:00
compiler.py Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql(). 2017-04-10 12:49:27 -04:00
creation.py Fixed #28260 -- Allowed customizing the test tablespace initial and autoextend size on Oracle. 2017-06-02 18:35:56 +02:00
features.py Fixed DatabaseFeatures.has_case_insensitive_like on MySQL and Oracle. 2017-07-24 21:51:29 +02:00
functions.py Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00
introspection.py Fixed #28364 -- Removed redundant table joins in Oracle's DatabaseIntrospection.get_relations(). 2017-07-06 07:39:01 -04:00
operations.py Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't provided. 2017-07-27 19:36:47 +02:00
schema.py Fixed #26682 -- Added support for Oracle identity columns. 2017-06-01 19:33:48 +02:00
utils.py Fixed #22669 -- Fixed QuerySet.bulk_create() with empty model fields on Oracle. 2017-02-09 18:47:08 -05:00
validation.py Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL. 2017-05-23 17:02:40 +02:00