summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2018-09-10Combined two identical SQLite functions.Nick Pope
2018-09-10Made some date parsing in SQLite functions more DRY.Nick Pope
2018-08-28Refs #29654 -- Replaced three dots with ellipsis in DB creation output strings.Jon Dufresne
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-08-18Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.Sigurd Ljødal
2018-08-17Refs #29015 -- Added database name to PostgreSQL database name too long excep...Jon Dufresne
2018-08-03Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.Tom
2018-08-03Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...Mariusz Felisiak
2018-08-02Fixed #29614 -- Added BTreeIndex to django.contrib.postres.Nick Pope
2018-08-02Fixed #28990 -- Added autosummarize parameter to BrinIndex.Nick Pope
2018-07-30Refs #29548 -- Fixed failing window tests on MariaDB 10.3.Tom Forbes
2018-07-25Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.Andrew Brown
2018-07-25Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.Mariusz Felisiak
2018-07-19Fixed #29040 -- Made test database creation messages use a consistent output ...Claude Paroz
2018-07-11Fixed #29559 -- Fixed TransactionTestCase.reset_sequences for auto-created m2...Oliver Sauder
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote
2018-07-10Removed Oracle's fetchmany() and fetchall() wrappers.Sergey Fedoseev
2018-07-09Refs #29548 -- Fixed non-GIS test failures on MariaDB.Tom Forbes
2018-07-05Fixed #29544 -- Fixed regex lookup on MariaDB.Michal Čihař
2018-07-05Refs #28643 -- Added math database functions.Junyi Jiao
2018-07-04Fixed #29541 -- Fixed Cursor.execute() crash when setinputsizes() is called w...Mariusz Felisiak
2018-07-02Removed unused code in django.db.backends.utils.format_number().Tim Graham
2018-07-02Simplified SQLite's Decimal adapter.Sergey Fedoseev
2018-06-29Fixed #28077 -- Added support for PostgreSQL opclasses in Index.Ian Foote
2018-06-29Fixed #29480 -- Made MySQL backend retrieve constraint columns in their defin...Thomas Grainger
2018-06-25Fixed #29517 -- Added support for SQLite column check constraints on positive...Tim Graham
2018-06-20Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.Tom
2018-06-17Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...Mariusz Felisiak
2018-05-26Refs #27098 -- Removed unused introspection queries.Markus Holtermann
2018-05-18Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and s...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