index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
oracle
Age
Commit message (
Expand
)
Author
2018-06-17
[2.1.x] Fixed #29496 -- Fixed crash on Oracle when converting a non-unique fi...
Mariusz Felisiak
2018-04-28
Refs #28859 -- Fixed "no data found" exception handling with cx_Oracle 6.3+.
Mariusz Felisiak
2018-04-17
Simplified Oracle's DatabaseOperations.cache_key_culling_sql() with LIMIT/OFF...
Mariusz Felisiak
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-13
Fixed #29199 -- Fixed crash when database user password contains @ sign on Or...
Mariusz Felisiak
2018-03-12
Fixed #29209 -- Fixed Cast() with TextField on MySQL and Oracle.
Sergey Fedoseev
2018-01-27
Fixed #28650 -- Added TruncWeek database function.
Sigurd Ljødal
2018-01-06
Fixed #28859 -- Made Oracle backend raise DatabaseError if "no data found" ex...
Mariusz Felisiak
2017-12-21
Refs #28909 -- Simplifed code using unpacking generalizations.
Nick Pope
2017-12-20
Fixed #28932 -- Prevented Oracle from truncating trailing zeros in the fracti...
Sergey Fedoseev
2017-12-20
Fixed #28934 -- Prevented Cast from truncating microseconds on Oracle.
Mariusz Felisiak
2017-12-16
Removed unused DatabaseOperations.date_interval_sql() on Oracle.
Sergey Fedoseev
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-08
Improved performance of loading DateTimeField on Oracle and MySQL.
Sergey Fedoseev
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-11-23
Used bytes.hex() and bytes.fromhex() to simplify.
Sergey Fedoseev
2017-10-09
Fixed #28670 -- Added FETCH/OFFSET support on Oracle.
Mariusz Felisiak
2017-10-05
Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Or...
Mariusz Felisiak
2017-10-04
Refs #28670 -- Moved LIMIT/OFFSET SQL to DatabaseOperations.limit_offset_sql().
Mariusz Felisiak
2017-09-22
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation ti...
Tim Graham
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-09-18
Changed default value of DatabaseFeatures.has_bulk_insert to True.
Mads Jensen
2017-09-13
Refs #27090 -- Added real database sequence introspection.
Mariusz Felisiak
2017-09-07
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-09-05
Removed useless condition from Oracle's NullBooleanField's check constraint.
Mariusz Felisiak
2017-08-22
Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger naming.
Kevin Grinberg
2017-08-16
Fixed #28498 -- Fixed test database creation with cx_Oracle 6.
Mariusz Felisiak
2017-08-12
Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.
Mariusz Felisiak
2017-08-10
Refs #28459 -- Made Oracle get_db_converters() return converter for empty str...
Sergey Fedoseev
2017-08-08
Refs #23766 -- Added tests for CursorWrapper.callproc().
Mariusz Felisiak
2017-08-07
Removed unnecessary assignment in Oracle's FormatStylePlaceholderCursor._fix_...
Srinivas Reddy Thatiparthy
2017-07-27
Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...
Mariusz Felisiak
2017-07-24
Fixed DatabaseFeatures.has_case_insensitive_like on MySQL and Oracle.
Mariusz Felisiak
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-19
Fixed #28411 -- Used cx_Oracle.Cursor.outputtypehandler instead of _rowfactor...
Mariusz Felisiak
2017-07-14
Removed unused branch in __getattr__() of Oracle and MySQL cursor wrappers.
Sergey Fedoseev
2017-07-14
Replaced Oracle CursorIterator with generator expression.
Sergey Fedoseev
2017-07-06
Fixed #28364 -- Removed redundant table joins in Oracle's DatabaseIntrospecti...
Mariusz Felisiak
2017-07-06
Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value w...
Mariusz Felisiak
2017-07-04
Removed obsolete comment about IntegerField introspection on Oracle.
Mariusz Felisiak
2017-06-29
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
Ran Benita
2017-06-08
Fixed #28103 -- Added quarter extract, truncation, and lookup.
Mads Jensen
2017-06-06
Refs #20483 -- Removed unneeded column from _foreign_key_constraints() on Ora...
Mariusz Felisiak
2017-06-02
Fixed #28260 -- Allowed customizing the test tablespace initial and autoexten...
Mariusz Felisiak
2017-06-02
Fixed #28258 -- Optimized Oracle introspection by using LISTAGG.
Mariusz Felisiak
2017-06-01
Refs #26682 -- Added AutoField introspection on Oracle.
Mariusz Felisiak
2017-06-01
Fixed #26682 -- Added support for Oracle identity columns.
Mariusz Felisiak
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-23
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
[next]