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
2020-02-27
[3.0.x] Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.
Simon Charette
2020-02-18
[3.0.x] Fixed #31271 -- Preserved ordering when unifying query parameters on ...
Mariusz Felisiak
2020-01-29
[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Jon Dufresne
2020-01-03
[3.0.x] Fixed #31133 -- Fixed crash when subtracting against a subquery annot...
Simon Charette
2019-12-23
[3.0.x] Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding ...
Mariusz Felisiak
2019-11-18
[3.0.x] Fixed #30986 -- Fixed queryset crash when filtering against boolean R...
Mariusz Felisiak
2019-11-05
[3.0.x] Fixed DatabaseFeatures.has_select_for_update_nowait on MariaDB 10.3+.
Mariusz Felisiak
2019-10-24
[3.0.x] Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Inde...
Hannes Ljungberg
2019-10-01
[3.0.x] Fixed typo in BulkInsertMapper constant name.
Mariusz Felisiak
2019-10-01
[3.0.x] Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-leng...
Ahmet Kucuk
2019-09-25
[3.0.x] Fixed #30800 -- Fixed migrations crash when altering a field with cus...
Mariusz Felisiak
2019-09-20
[3.0.x] Fixed #30786 -- Used CONVERT_TZ to check if the time zone definitions...
Andrew
2019-09-11
[3.0.x] Fixed #30591 -- Fixed recreation of foreign key constraints on MySQL ...
Adnan Umer
2019-09-09
Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model(...
Vojtech Bocek
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-09-09
Refs #29444 -- Fixed DateField constructor in db.backends.oracle.utils.Insert...
Johannes Hoppe
2019-09-06
Fixed DatabaseFeatures.can_introspect_check_constraints on MariaDB < 10.2.22,...
Mariusz Felisiak
2019-09-05
Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+.
Mariusz Felisiak
2019-09-03
Refs #29444 -- Made db.backends.oracle.utils.InsertVar use str as default.
Johannes Hoppe
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-08-26
Refs #30591 -- Fixed introspection of check and unique column constraints on ...
Mariusz Felisiak
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-08-22
Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.
Nasir Hussain
2019-08-21
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen
2019-08-20
Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...
Nick Pope
2019-08-16
Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.
Adam Johnson
2019-08-13
Refs #25367 -- Moved Oracle Exists() handling to contextual methods.
Simon Charette
2019-08-12
Refs #23879 -- Made introspection respect required_db_features.
Simon Charette
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
Removed obsolete mentions of a check constraint in BaseDatabaseSchemaEditor.a...
Mariusz Felisiak
2019-08-01
Refs #30664 -- Fixed migrations crash when altering AutoField/BigAutoField wi...
Mariusz Felisiak
2019-08-01
Fixed #30664 -- Fixed migrations crash when altering table on SQLite or alter...
Ngalim Siregar
2019-07-30
Refs #30593 -- Fixed introspection of check constraints columns on MariaDB.
Hasan Ramezani
2019-07-30
Refs #30593 -- Added _parse_constraint_columns() hook to introspection on Mar...
Hasan Ramezani
2019-07-23
Refs #29548 -- Fixed DatabaseWrapper.display_name on MariaDB.
Mariusz Felisiak
2019-07-22
Fixed #30644 -- Made introspection use pg_table_is_visible() instead of filte...
Georgi Yanchev
2019-07-20
Simplified get_key_columns()/get_relations() introspection methods for Postgr...
Mariusz Felisiak
2019-07-19
Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.
Hasan Ramezani
2019-07-16
Fixed #30636 -- Fixed options ordering when cloning test database on MySQL.
Yann Sionneau
2019-07-08
Refs #29444 -- Added support for fetching a returned non-integer insert value...
Johannes Hoppe
2019-07-02
Fixed typos in comments and docs.
Min ho Kim
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-13
Fixed #30128 -- Fixed handling timedelta timezone in database functions.
can
2019-05-27
Refs #29548 -- Updated docs for MariaDB support.
Mariusz Felisiak
2019-05-21
Fixed #28816 -- Prevented silencing data loss when decreasing CharField.max_l...
Hasan Ramezani
2019-05-08
Used time.monotonic() instead of time.time() where applicable.
Przemysław Suliga
2019-05-07
Fixed #30444 -- Moved SQL generation for tables to BaseDatabaseSchemaEditor.t...
Rob Golding-Day
2019-05-07
Readded comment about the default params of cursor.execute().
Daniel Hahler
2019-04-30
Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...
Simon Charette
2019-04-29
Fixed #30148 -- Logged COPY ... TO statements in connection.queries on Postgr...
kingbuzzman
[next]