| Age | Commit message (Collapse) | Author |
|
ordering on SQLite.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Backport of 4d99375b46ad03fa4b4795319973046f438328c8 from master
|
|
|
|
DatabaseFeatures.introspected_field_types.
CockroachDB introspects CharField as TextField and IntegerField as
BigIntegerField.
|
|
|
|
DatabaseFeatures.introspected_field_types.
|
|
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
|
|
|
|
MariaDB.
Unnamed unique and check columns constraints have the same name as
a column. Ensure uniqueness by using custom names.
Thanks Adnan Umer for the report.
|
|
This will notably silence the warnings issued when running the test
suite on MySQL.
|
|
|
|
|
|
|
|
Support for returning tuples was undocumented and error prone.
|
|
|
|
Thanks Mariusz Felisiak for auditing.
|
|
|
|
Thanks Tim Graham for the review.
|
|
The only known usage is in the unmaintained django-pymssql project.
|
|
|
|
|
|
|
|
timeline.
|
|
Thanks Mariusz Felisiak for the Oracle part and Tim Graham for the
review.
|
|
|
|
|
|
|
|
|
|
|
|
Unused (always True) after 3e43d24ad36d45cace57e6a7efd34638577ae744.
|
|
|
|
|
|
Thanks samuller for the report and initial patch.
|
|
Thanks Akshesh <aksheshdoshi@gmail.com> for help with the PostgreSQL query.
Thanks Tim Graham for the review.
|
|
|
|
|
|
get_constraints().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
Thanks Thomas Güttler for the report and the initial patch, and
Tim Graham for the review.
|
|
|
|
|
|
|