summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2018-09-26[2.1.x] Fixed #29630 -- Fixed crash of sliced queries with multiple columns w...Mariusz Felisiak
2018-09-26[2.1.x] Made DatabaseWrapper.oracle_version() return a full version tuple.Mariusz Felisiak
2018-09-25[2.1.x] Fixed #29778 -- Fixed quoting of unique index names.Oleg
2018-09-16[2.1.x] Fixed #29759 -- Fixed crash on Oracle when fetching a returned insert...Mariusz Felisiak
2018-08-17[2.1.x] Refs #29015 -- Added database name to PostgreSQL database name too lo...Jon Dufresne
2018-08-03[2.1.x] Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists a...Mariusz Felisiak
2018-07-05[2.1.x] Fixed #29544 -- Fixed regex lookup on MariaDB.Michal Čihař
2018-06-20[2.1.x] Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.Tom
2018-06-17[2.1.x] Fixed #29496 -- Fixed crash on Oracle when converting a non-unique fi...Mariusz Felisiak
2018-05-26[2.1.x] Refs #27098 -- Removed unused introspection queries.Markus Holtermann
2018-05-18[2.1.x] Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowa...bakabiko
2018-05-08Refs #29350 -- Fixed 'invalid escape sequence' warning in SQLite introspection.Tim Graham
2018-04-28Refs #28859 -- Fixed "no data found" exception handling with cx_Oracle 6.3+.Mariusz Felisiak
2018-04-28Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backendZackary Troop
2018-04-27Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.priyanshsaxena
2018-04-19Fixed #28574 -- Added QuerySet.explain().Tom
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-17Simplified Oracle's DatabaseOperations.cache_key_culling_sql() with LIMIT/OFF...Mariusz Felisiak
2018-04-11Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...Jeremy Bowman
2018-04-03Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...Mariusz Felisiak
2018-04-03Refs #28643 -- Added Repeat database function.Mariusz Felisiak
2018-04-03Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions...Mariusz Felisiak
2018-03-20Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...Tim Graham
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2018-03-19Refs #28643 -- Added LPad and RPad database functions.Mariusz Felisiak
2018-03-17Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...Claude Paroz
2018-03-16Removed DatabaseFeatures.can_introspect_null.Tim Graham
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-03-13Fixed #29199 -- Fixed crash when database user password contains @ sign on Or...Mariusz Felisiak
2018-03-12Fixed #29209 -- Fixed Cast() with TextField on MySQL and Oracle.Sergey Fedoseev
2018-03-12Fixed typo in django/db/backends/base/schema.py.Tomer Chachamu
2018-03-12Removed unused variable in BaseDatabaseSchemaEditor.effective_default().Дилян Палаузов
2018-03-01Refs #28459 -- Improved performance of time difference expressions on MySQL.Sergey Fedoseev
2018-02-26Refs #28909 -- Simplifed code using unpacking generalizations.Mariusz Felisiak
2018-02-10Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes
2018-02-07Renamed the allow_sliced_subqueries database feature to allow_sliced_subqueri...Mariusz Felisiak
2018-01-31Removed uneeded comment in DatabaseWrapper.check_constraints() on SQLite/MySQ...Mariusz Felisiak
2018-01-27Fixed #29004 -- Added inspectdb --include-views option.bquinn
2018-01-27Fixed #28650 -- Added TruncWeek database function.Sigurd Ljødal
2018-01-13Fixed #28542 -- Fixed deletion of primary key constraint if the new field is ...Tim Martin
2018-01-12Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов
2018-01-09Added DatabaseFeatures.is_postgresql_9_5 to avoid repetition.Tim Graham
2018-01-06Fixed #28859 -- Made Oracle backend raise DatabaseError if "no data found" ex...Mariusz Felisiak
2018-01-04Refs #28459 -- Improved performance of duration expressions on SQLite.Sergey Fedoseev
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-12-30Used Decimal.scaleb() in backends.utils.format_number() and DecimalField.widg...Mariusz Felisiak
2017-12-29Bumped minimum supported mysqlclient version to 1.3.7.Sergey Fedoseev
2017-12-29Refs #28459 -- Used default date converter on SQLite for better performance.Sergey Fedoseev
2017-12-28Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite...Sergey Fedoseev
2017-12-27Fixed #28967 -- Prevented Cast to FloatField from rounding to integer on MySQL.Sergey Fedoseev