| Age | Commit message (Collapse) | Author |
|
Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael
Michel for mentoring this Google Summer of Code 2019 project and
everyone else who helped with the patch.
Special thanks to Mads Jensen, Nick Pope, and Simon Charette for
extensive reviews.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
Both backends order NULLs first on ascending ordering and last on
descending ordering which makes ORDER BY IS (NOT)? NULL wasteful when
asc(nulls_first) and desc(nulls_last) are used since it prevents indice
usage.
|
|
MySQL & MariaDB support the standard IS NULL and IS NOT NULL so
the same workaround used for NULLS FIRST and NULLS LAST that is
used for SQLite < 3.30.0 can be used.
Thanks Simon Charette for the discussion.
|
|
SQLite 3.30.1+.
|
|
SQLite 3.28+, MariaDB 10.2+, and MySQL 8.0.2+.
|
|
|
|
|
|
|
|
that adds a field.
|
|
|
|
of SQLite.
Follow up to e5b8626c0eb223cc3d643163882c5902c40ec972.
|
|
|
|
|
|
|
|
|
|
flag.
|
|
|
|
Refs #11665, #14204.
Thanks Michel Samia for the report.
|
|
SQLite 3.26 changed the behavior of table and column renaming operations to
repoint foreign key references even if foreign key checks are disabled.
This makes the workarounds in place to simulate this behavior unnecessary on
SQLite 3.26+. Refs #30033.
|
|
on SQLite and Oracle.
|
|
Thanks to Ian Foote, Mariusz Felisiak, Simon Charettes, and
Markus Holtermann for comments and feedback.
|
|
|
|
for Python 3.6+.
Obsolete per https://bugs.python.org/issue10740#msg274816.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Rémy Hubscher for the report and Tim Graham and Simon Charette for the reviews.
|
|
|
|
positive integer fields.
|
|
Thanks Ramiro for the input and Tim for the review.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for contributing to the patch and
Simon Charette for advice and review.
|
|
DatabaseFeatures.max_query_params.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Unused (always False) after 29132ebdef0e0b9c09e456b05f0e6a22f1106a4f.
|
|
|
|
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers.
Thanks to laozzzi for the report and Tim for the review.
|
|
|
|
|
|
|
|
|
|
|