summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2017-08-23[1.11.x] Fixed #28498 -- Added support for cx_Oracle 6.Mariusz Felisiak
2017-08-22[1.11.x] Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger nam...Kevin Grinberg
2017-08-16[1.11.x] Fixed #28498 -- Fixed test database creation with cx_Oracle 6.Mariusz Felisiak
2017-06-22[1.11.x] Fixed #28298 -- Prevented a primary key alteration from adding a for...Josh Schneier
2017-05-15[1.11.x] Fixed #28197 -- Fixed introspection of index field ordering on Postg...Tim Schneider
2017-05-09[1.11.x] Pass type to sql_alter_column_* where it was missing.Florian Apolloner
2017-05-01[1.11.x] Fixed typo in django/db/backends/base/schema.py comment.Tim Graham
2017-05-01[1.11.x] Fixed #28052 -- Prevented dropping Meta.indexes when changing db_ind...Markus Holtermann
2017-04-28[1.11.x] Fixed #28138 -- Used output type handler instead of numbersAsStrings...Mariusz Felisiak
2017-04-07[1.11.x] Fixed #28038 -- Restored casting to text of builtin lookups on Postg...Simon Charette
2017-03-21[1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-03-15[1.11.x] Fixed #27822 -- Replaced deprecated cx_Oracle types in DatabaseIntro...Mariusz Felisiak
2017-03-10[1.11.x] Fixed #27924 -- Added support for cx_Oracle 5.3.Mariusz Felisiak
2017-02-27[1.11.x] Refs #27843 -- Fixed 'invalid escape sequence' warning in truncate_n...Tim Graham
2017-02-21[1.11.x] Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.Vytis Banaitis
2017-02-17[1.11.x] Fixed #27843 -- Fixed truncate_name() when the name contains a usern...Mariusz Felisiak
2017-02-15[1.11.x] Fixed #27135 -- Made index introspection return Index.suffix.Tim Graham
2017-01-25[1.11.x] Bumped MySQLdb version requirement to 1.2.3.Tim Graham
2017-01-25[1.11.x] Removed unused variables that are overwritten.Mads Jensen
2017-01-19[1.11.x] Fixed spelling mistakes in code and comments.james mike dupont
2017-01-17Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...Tim Graham
2017-01-16Refs #27690 -- Removed sleep before drop test db on Oracle.Mariusz Felisiak
2017-01-16Moved unneeded ImproperlyConfigured inner imports.Tim Graham
2017-01-16Refs #16614 -- Called _prepare_cursor() on every created cursor.François Freitag
2017-01-15Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen
2017-01-14Fixed #27149 -- Added Subquery and Exists database expressions.Matthew Schinckel
2017-01-14Fixed #27718 -- Added QuerySet.union(), intersection(), difference().Florian Apolloner
2017-01-13Refs #20483 -- Implemented cascaded flush on Oracle.Simon Charette
2017-01-11Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag
2017-01-06Fixed #27690 -- Removed time.sleep(1) before dropping the test database.David Szotten
2017-01-03Fixed #25912 -- Added binary left/right shift operators to F expressions.anabelensc
2017-01-03Fixed #27681 -- Fixed binary &/| operators for negative values on MySQL.Mariusz Felisiak
2017-01-01Refs #27632 -- Simplified params dict creation for Oracle (#7772)Josh Smeaton
2016-12-30Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...Andrew Nester
2016-12-29Fixed #27615 -- Used timedeltas as arguments to Oracle database driver.Mariusz Felisiak
2016-12-29Fixed #27649 -- Bumped required cx_Oracle to 5.2.Tim Graham
2016-12-29Refs #25415 -- Made MySQL backend skip field validation of unsupported models.Adam Chainz
2016-12-28Fixed #27631 -- Prevented execution of transactional DDL statements when unsu...Simon Charette
2016-12-28Refs #27632 -- Unified query parameters by their types and values on Oracle.Mariusz Felisiak
2016-12-28Fixed #27632 -- Unified query parameters by their values on Oracle.Mariusz Felisiak
2016-12-24Fixed #25492 -- Checked deferred foreign key constraints before dropping them.Simon Charette
2016-12-19Refs #19884 -- Removed DatabaseFeatures.can_introspect_max_length.Mariusz Felisiak
2016-12-19Refs #19884 -- Added CharField max_length introspection on Oracle.Mariusz Felisiak
2016-12-05Refs #27324 -- Optimized DatabaseIntrospection.get_constraints() for foreign ...Mariusz Felisiak
2016-12-02Fixed #27561 -- Added Oracle support for binary "or" operator.Mariusz Felisiak
2016-11-30Refs #24245 -- Added introspection for database defaults on Oracle.Mariusz Felisiak
2016-11-29Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash on SQLite.Andrew Nester
2016-11-28Fixed #27321 -- Added detection for table case name sensitivity on MySQL.Adam Chainz
2016-11-28Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen
2016-11-25Fixed grammar in sqlite's DatabaseOperations.bulk_batch_size()'s docstring.Daniel Hahler