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
2018-09-10
Combined two identical SQLite functions.
Nick Pope
2018-09-10
Made some date parsing in SQLite functions more DRY.
Nick Pope
2018-08-28
Refs #29654 -- Replaced three dots with ellipsis in DB creation output strings.
Jon Dufresne
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-18
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-08-17
Refs #29015 -- Added database name to PostgreSQL database name too long excep...
Jon Dufresne
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-08-03
Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...
Mariusz Felisiak
2018-08-02
Fixed #29614 -- Added BTreeIndex to django.contrib.postres.
Nick Pope
2018-08-02
Fixed #28990 -- Added autosummarize parameter to BrinIndex.
Nick Pope
2018-07-30
Refs #29548 -- Fixed failing window tests on MariaDB 10.3.
Tom Forbes
2018-07-25
Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.
Andrew Brown
2018-07-25
Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.
Mariusz Felisiak
2018-07-19
Fixed #29040 -- Made test database creation messages use a consistent output ...
Claude Paroz
2018-07-11
Fixed #29559 -- Fixed TransactionTestCase.reset_sequences for auto-created m2...
Oliver Sauder
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-07-10
Removed Oracle's fetchmany() and fetchall() wrappers.
Sergey Fedoseev
2018-07-09
Refs #29548 -- Fixed non-GIS test failures on MariaDB.
Tom Forbes
2018-07-05
Fixed #29544 -- Fixed regex lookup on MariaDB.
Michal Čihař
2018-07-05
Refs #28643 -- Added math database functions.
Junyi Jiao
2018-07-04
Fixed #29541 -- Fixed Cursor.execute() crash when setinputsizes() is called w...
Mariusz Felisiak
2018-07-02
Removed unused code in django.db.backends.utils.format_number().
Tim Graham
2018-07-02
Simplified SQLite's Decimal adapter.
Sergey Fedoseev
2018-06-29
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Ian Foote
2018-06-29
Fixed #29480 -- Made MySQL backend retrieve constraint columns in their defin...
Thomas Grainger
2018-06-25
Fixed #29517 -- Added support for SQLite column check constraints on positive...
Tim Graham
2018-06-20
Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.
Tom
2018-06-17
Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...
Mariusz Felisiak
2018-05-26
Refs #27098 -- Removed unused introspection queries.
Markus Holtermann
2018-05-18
Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and s...
bakabiko
2018-05-08
Refs #29350 -- Fixed 'invalid escape sequence' warning in SQLite introspection.
Tim Graham
2018-04-28
Refs #28859 -- Fixed "no data found" exception handling with cx_Oracle 6.3+.
Mariusz Felisiak
2018-04-28
Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backend
Zackary Troop
2018-04-27
Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.
priyanshsaxena
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-04-17
Simplified Oracle's DatabaseOperations.cache_key_culling_sql() with LIMIT/OFF...
Mariusz Felisiak
2018-04-11
Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...
Jeremy Bowman
2018-04-03
Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...
Mariusz Felisiak
2018-04-03
Refs #28643 -- Added Repeat database function.
Mariusz Felisiak
2018-04-03
Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions...
Mariusz Felisiak
2018-03-20
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-19
Refs #28643 -- Added LPad and RPad database functions.
Mariusz Felisiak
2018-03-17
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...
Claude Paroz
2018-03-16
Removed DatabaseFeatures.can_introspect_null.
Tim Graham
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-13
Fixed #29199 -- Fixed crash when database user password contains @ sign on Or...
Mariusz Felisiak
2018-03-12
Fixed #29209 -- Fixed Cast() with TextField on MySQL and Oracle.
Sergey Fedoseev
2018-03-12
Fixed typo in django/db/backends/base/schema.py.
Tomer Chachamu
[prev]
[next]