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-11-18
[3.0.x] Fixed #30986 -- Fixed queryset crash when filtering against boolean R...
Mariusz Felisiak
2019-10-01
[3.0.x] Fixed typo in BulkInsertMapper constant name.
Mariusz Felisiak
2019-10-01
[3.0.x] Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-leng...
Ahmet Kucuk
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-09-09
Refs #29444 -- Fixed DateField constructor in db.backends.oracle.utils.Insert...
Johannes Hoppe
2019-09-03
Refs #29444 -- Made db.backends.oracle.utils.InsertVar use str as default.
Johannes Hoppe
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-08-20
Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...
Nick Pope
2019-08-13
Refs #25367 -- Moved Oracle Exists() handling to contextual methods.
Simon Charette
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-07-08
Refs #29444 -- Added support for fetching a returned non-integer insert value...
Johannes Hoppe
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-13
Fixed #30128 -- Fixed handling timedelta timezone in database functions.
can
2019-04-30
Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...
Simon Charette
2019-04-08
Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...
can
2019-04-05
Refs #20010 -- Unified DatabaseOperations.last_executed_query() on Oracle wit...
Mariusz Felisiak
2019-04-04
Fixed #30307 -- Fixed incorrect quoting of database user password when using ...
msg
2019-03-17
Refs #30172 -- Prevented removing a field's check or unique constraint from r...
Paveł Tyślacki
2019-03-09
Fixed #30242 -- Removed extra space before LIMIT/OFFSET SQL.
Hang Park
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-09
Refs #26608 -- Added a database feature for fixed frame range distance support.
Simon Charette
2019-02-07
Updated Oracle docs links to Oracle 18c.
Mariusz Felisiak
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-06
Fixed #30157 -- Dropped support for Oracle 12.1.
Mariusz Felisiak
2019-02-04
Refs #28859 -- Simplified fetch_returned_insert_id() by using int data type f...
Mariusz Felisiak
2019-01-30
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...
Johannes Hoppe
2019-01-29
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-18
Optimized Oracle PKs introspection by adding get_primary_key_column().
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
[next]