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
2021-06-30
Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup.
Hannes Ljungberg
2021-06-10
Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on MySQL 8...
Mariusz Felisiak
2021-06-01
Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalF...
Mariusz Felisiak
2021-05-28
Refs #32779 -- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql(...
Hannes Ljungberg
2021-05-25
Fixed #32780 -- Made Add/RemoveConstraint operations a noop for covering/defe...
Hannes Ljungberg
2021-05-24
Fixed #32777 -- Passed table reference as a string to DatabaseSchemaEditor._i...
Hannes Ljungberg
2021-05-21
Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with default o...
Yuekui Li
2021-05-12
Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connection opti...
Nick Pope
2021-05-11
Fixed #32722 -- Fixed comparing to TruncTime() on Oracle.
Mariusz Felisiak
2021-05-07
Fixed #32699 -- Fixed comparing to TruncTime() with 0 microseconds on MySQL.
Alex Hill
2021-04-30
Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_t...
Mariusz Felisiak
2021-04-27
Fixed #32687 -- Restored passing process’ environment to underlying tool in...
Konstantin Alekseev
2021-04-27
Fixed #32686 -- Removed unnecessary semicolon on collected multiline SQL for ...
Hannes Ljungberg
2021-04-23
Refs #32673 -- Fixed lookups crash when comparing against lookups on Oracle.
Mariusz Felisiak
2021-04-23
Fixed #32673 -- Fixed lookups crash when comparing against lookups on Postgre...
Simon Charette
2021-04-20
Refs #25287 -- Added support for multiplying and dividing DurationField by sc...
Tobias Bengfort
2021-04-20
Refs #25287 -- Added _sqlite_prepare_dtdelta_param() hook.
Tobias Bengfort
2021-04-14
Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields o...
Mariusz Felisiak
2021-04-12
Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.
Chris Jerdonek
2021-04-07
Fixed #32501 -- Added support for returning fields from INSERT statements on ...
girishsontakke
2021-03-30
Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.
Mariusz Felisiak
2021-03-29
Fixed #31487 -- Added precision argument to Round().
Nick Pope
2021-03-25
Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...
Girish Sontakke
2021-03-23
Fixed #32573 -- Fixed bounds in __iso_year lookup optimization.
Florian Demmer
2021-03-23
Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transf...
Mariusz Felisiak
2021-03-01
Fixed #32456 -- Added dbshell support for specifying a password file on Postg...
Hasan Ramezani
2021-02-26
Refs #32292 -- Made dbshell do not use 'postgres' database when service name ...
Mariusz Felisiak
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-23
Fixed typo in django/db/backends/sqlite3/base.py comment.
Chris Jerdonek
2021-02-17
Fixed #32453 -- Added introspection of unique constraint field ordering on SQ...
Hannes Ljungberg
2021-02-12
Simplified introspection of constraints on MySQL.
Hannes Ljungberg
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-09
Fixed #32425 -- Fixed adding nullable field with default on MySQL.
Jordan Bae
2021-02-03
Refs #32390 -- Bumped required cx_Oracle to 7.0.
Mariusz Felisiak
2021-02-03
Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.
Mariusz Felisiak
2021-02-02
Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...
Mariusz Felisiak
2021-01-26
Fixed #32369 -- Fixed adding check constraints with pattern lookups and expre...
Simon Charette
2021-01-20
Fixed #32292 -- Added support for connection by service name to PostgreSQL.
Hasan Ramezani
2021-01-19
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
Mariusz Felisiak
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...
Hannes Ljungberg
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-11
Fixed #32342 -- Added index order introspection on MySQL 8.0.1+.
Mariusz Felisiak
2020-12-30
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
Mariusz Felisiak
2020-12-28
Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQ...
Chinmoy Chakraborty
2020-12-23
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-12-11
Refs #32178 -- Changed BaseDatabaseFeatures.django_test_expected_failures to ...
Hasan Ramezani
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-02
Fixed #32179 -- Added JSONObject database function.
Artur Beltsov
2020-11-25
Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...
Mariusz Felisiak
[prev]
[next]