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
2019-04-30
[2.2.x] Fixed #30408 -- Fixed crash when adding check constraints with LIKE o...
Simon Charette
2019-04-04
[2.2.x] Fixed #30307 -- Fixed incorrect quoting of database user password whe...
msg
2019-03-17
[2.2.x] Refs #30172 -- Prevented removing a field's check or unique constrain...
Paveł Tyślacki
2019-02-13
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-07
[2.2.x] Updated Oracle docs links to Oracle 18c.
Mariusz Felisiak
2018-12-26
Refs #20483 -- Cached Oracle references retrieval on sql_flush().
Simon Charette
2018-12-10
Refs #28670 -- Fixed DatabaseFeatures.supports_slicing_ordering_in_compound o...
Mariusz Felisiak
2018-12-05
Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with mysqlclie...
Tim Graham
2018-11-26
Refs #29722 -- Added introspection of materialized views for Oracle.
Mariusz Felisiak
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-13
Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces.
Mariusz Felisiak
2018-11-04
Removed DatabaseOperation.savepoint_create/rollback_sql() on Oracle.
Tom Forbes
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-25
Fixed #29534 -- Made dbshell use rlwrap on Oracle if available.
Mariusz Felisiak
2018-10-25
Made DatabaseFeatures.uses_savepoints default to True.
Tim Graham
2018-10-21
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2018-10-17
Fixed #21171 -- Avoided starting a transaction when a single (or atomic queri...
Florian Apolloner
2018-10-13
Fixed various comments in django/db/backends/oracle/base.py.
Mariusz Felisiak
2018-10-11
Fixed #29836 -- Bumped required cx_Oracle to 6.0.
Mariusz Felisiak
2018-09-26
Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the ...
Mariusz Felisiak
2018-09-26
Made DatabaseWrapper.oracle_version() return a full version tuple.
Mariusz Felisiak
2018-09-16
Fixed #29759 -- Fixed crash on Oracle when fetching a returned insert id with...
Mariusz Felisiak
2018-09-10
Fixed #29500 -- Fixed SQLite function crashes on null values.
Srinivas Reddy Thatiparthy
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-18
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-07-25
Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.
Mariusz Felisiak
2018-07-19
Fixed #29040 -- Made test database creation messages use a consistent output ...
Claude Paroz
2018-07-10
Removed Oracle's fetchmany() and fetchall() wrappers.
Sergey Fedoseev
2018-07-04
Fixed #29541 -- Fixed Cursor.execute() crash when setinputsizes() is called w...
Mariusz Felisiak
2018-06-17
Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...
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
[next]