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
2017-01-03
Fixed #25912 -- Added binary left/right shift operators to F expressions.
anabelensc
2017-01-01
Refs #27632 -- Simplified params dict creation for Oracle (#7772)
Josh Smeaton
2016-12-30
Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...
Andrew Nester
2016-12-29
Fixed #27615 -- Used timedeltas as arguments to Oracle database driver.
Mariusz Felisiak
2016-12-29
Fixed #27649 -- Bumped required cx_Oracle to 5.2.
Tim Graham
2016-12-28
Refs #27632 -- Unified query parameters by their types and values on Oracle.
Mariusz Felisiak
2016-12-28
Fixed #27632 -- Unified query parameters by their values on Oracle.
Mariusz Felisiak
2016-12-19
Refs #19884 -- Added CharField max_length introspection on Oracle.
Mariusz Felisiak
2016-12-05
Refs #27324 -- Optimized DatabaseIntrospection.get_constraints() for foreign ...
Mariusz Felisiak
2016-12-02
Fixed #27561 -- Added Oracle support for binary "or" operator.
Mariusz Felisiak
2016-11-30
Refs #24245 -- Added introspection for database defaults on Oracle.
Mariusz Felisiak
2016-11-28
Fixed #27321 -- Added detection for table case name sensitivity on MySQL.
Adam Chainz
2016-11-23
Fixed #24959 -- Fixed queries using negative timedeltas on MySQL and Oracle.
Mariusz Felisiak
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-11
Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.
Mads Jensen
2016-11-08
Refs #27420 -- Removed exception hiding in Oracle test user creation during -...
Mariusz Felisiak
2016-11-08
Fixed #27420 -- Quoted the Oracle test user password in queries.
Mariusz Felisiak
2016-11-01
Fixed CVE-2016-9013 -- Generated a random database user password when running...
Marti Raudsepp
2016-10-28
Fixed #20939 -- Simplified query generation by converting QuerySet to Query.
Tim Graham
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-14
Fixed #27324 -- Simplified DatabaseIntrospection.get_constraints() on Oracle.
Mariusz Felisiak
2016-10-12
Fixed #27323 -- Optimized Oracle introspection by using USER_SEQUENCES instea...
Mariusz Felisiak
2016-09-27
Fixed #27282 -- Allowed using an integer DATABASES['PORT'] for Oracle.
Zapelini
2016-09-26
Removed DatabaseError and IntegrityError declarations from database backends.
Adam Chainz
2016-09-19
Fixed #27219 -- Changed cx_Oracle client encoding to AL32UTF8 to allow 4-byte...
Dmitry Medvinsky
2016-09-12
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-08
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-09-02
Fixed #27097 -- Added index type introspection to built-in db backends.
Akshesh
2016-08-19
Fixed #22288 -- Fixed F() expressions with the __range lookup.
Matthew Wilkes
2016-08-12
Refs #20888 -- Added index order introspection.
Akshesh
2016-08-08
Fixed #26500 -- Added SKIP LOCKED support to select_for_update().
Simon Charette
2016-07-27
Fixed #26950 -- Removed obsolete DatabaseOperations SQL methods.
Anderson Resende
2016-07-08
Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.
Simon Charette
2016-07-08
Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.
Simon Charette
2016-07-08
Refs #17260 -- Prevented Oracle timezone conversion from stripping microseonds.
Simon Charette
2016-06-27
Fixed #26751 -- Made dbshell exit with the shell's error code.
Étienne BERSAC
2016-06-21
Fixed #26781 -- Made table name case change a noop on SQLite.
Simon Charette
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2016-05-18
Refs #25774 -- Made Oracle truncate microseconds if USE_TZ=False.
Josh Smeaton
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed E402 flake8 warnings.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-02-26
Fixed #24793 -- Unified temporal difference support.
Simon Charette
2016-01-11
Removed use of locals for print formatting in Oracle backend.
Curtis Maloney
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-12-17
Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.values() on...
Sergey Fedoseev
2015-10-26
Fixed #25611 -- Standardized descriptor signatures.
Tim Graham
2015-10-09
Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fields on ...
Tim Graham
2015-09-26
Fixed #25421 -- Fixed test --keepdb option on Oracle.
Mariusz Felisiak
2015-09-25
Fixed #25196 -- Normalized database representations in test database messages.
Ville Skyttä
[prev]
[next]