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-12-17
[2.1.x] Fixed #30023 -- Prevented SQLite schema alterations while foreign key...
Simon Charette
2018-12-07
[2.1.x] Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.
Simon Charette
2018-12-05
[2.1.x] Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with m...
Tim Graham
2018-10-25
[2.1.x] Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL.
Sergey Fedoseev
2018-10-24
[2.1.x] Fixed F841 flake8 warning.
Mariusz Felisiak
2018-10-09
[2.1.x] Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-10-03
Revert "[2.1.x] Refs #27795 -- Removed force_bytes() usage in MySQL backend."
Carlton Gibson
2018-10-03
[2.1.x] Refs #27795 -- Removed force_bytes() usage in MySQL backend.
Jon Dufresne
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-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
2018-03-12
Removed unused variable in BaseDatabaseSchemaEditor.effective_default().
Дилян Палаузов
2018-03-01
Refs #28459 -- Improved performance of time difference expressions on MySQL.
Sergey Fedoseev
2018-02-26
Refs #28909 -- Simplifed code using unpacking generalizations.
Mariusz Felisiak
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-02-07
Renamed the allow_sliced_subqueries database feature to allow_sliced_subqueri...
Mariusz Felisiak
2018-01-31
Removed uneeded comment in DatabaseWrapper.check_constraints() on SQLite/MySQ...
Mariusz Felisiak
2018-01-27
Fixed #29004 -- Added inspectdb --include-views option.
bquinn
2018-01-27
Fixed #28650 -- Added TruncWeek database function.
Sigurd Ljødal
2018-01-13
Fixed #28542 -- Fixed deletion of primary key constraint if the new field is ...
Tim Martin
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-09
Added DatabaseFeatures.is_postgresql_9_5 to avoid repetition.
Tim Graham
[next]