| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|