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
Age
Commit message (
Expand
)
Author
2017-01-06
Fixed #27690 -- Removed time.sleep(1) before dropping the test database.
David Szotten
2017-01-03
Fixed #25912 -- Added binary left/right shift operators to F expressions.
anabelensc
2017-01-03
Fixed #27681 -- Fixed binary &/| operators for negative values on MySQL.
Mariusz Felisiak
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-29
Refs #25415 -- Made MySQL backend skip field validation of unsupported models.
Adam Chainz
2016-12-28
Fixed #27631 -- Prevented execution of transactional DDL statements when unsu...
Simon Charette
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-24
Fixed #25492 -- Checked deferred foreign key constraints before dropping them.
Simon Charette
2016-12-19
Refs #19884 -- Removed DatabaseFeatures.can_introspect_max_length.
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-29
Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash on SQLite.
Andrew Nester
2016-11-28
Fixed #27321 -- Added detection for table case name sensitivity on MySQL.
Adam Chainz
2016-11-28
Refs #26327 -- Renamed JsonAgg to JSONBAgg.
Mads Jensen
2016-11-25
Fixed grammar in sqlite's DatabaseOperations.bulk_batch_size()'s docstring.
Daniel Hahler
2016-11-23
Fixed #24959 -- Fixed queries using negative timedeltas on MySQL and Oracle.
Mariusz Felisiak
2016-11-23
Fixed #27504 -- Allowed using the ORM after an error and rollback when autoco...
Mark Young
2016-11-14
Fixed #27481 -- Made SQLite return annotated boolean values as boolean, not i...
Sergey Fedoseev
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-06
Fixed #27372 -- Fixed introspection of SQLite foreign keys with spaces in DDL.
Saulius Žemaitaitis
2016-11-05
Fixed #27441 -- Improved SQL for 'DROP COLUMN' on MySQL
Adam Chainz
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-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-10-17
Refs #20888 -- Fixed index ordering introspection on PostgreSQL 9.6.
François Freitag
2016-10-14
Removed DatabaseFeatures.can_combine_inserts_with_and_without_auto_increment_pk.
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-10-01
Fixed #26541 -- Allowed MySQL transaction detection to work without table cre...
Mariusz Felisiak
2016-09-30
Updated links to the current version of MySQL docs.
Tim Graham
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-22
Removed unnecessary casting when using builtin lookups on PostgreSQL.
Simon Charette
2016-09-19
Fixed #27219 -- Changed cx_Oracle client encoding to AL32UTF8 to allow 4-byte...
Dmitry Medvinsky
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-16
Fixed #27235 -- Removed some usage of mutable default arguments.
Chris Lamb
2016-09-12
Used a database feature to prevent the jsonb test model from being migrated.
Simon Charette
2016-09-12
Refs #27098 -- Added introspection for expression-based index on PostgreSQL
Claude Paroz
2016-09-12
Reformatted PostgreSQL query for better readability
Claude Paroz
2016-09-12
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
[prev]
[next]