diff options
| author | Simon Charette <charette.s@gmail.com> | 2025-04-28 23:35:04 -0400 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-04-30 10:54:17 -0300 |
| commit | ec73fd67466e0e4841d9ecd0f217c02ce842d860 (patch) | |
| tree | 276c16d33a0d6bf530ce11a6e95ef211645962c0 /docs/_ext | |
| parent | 5d03c71b7a2256e776f134a7844c95f0f8f06c6d (diff) | |
[5.2.x] Fixed #36358 -- Corrected introspection of composite primary keys on SQLite.
Previously, any first field of a composite primary key with type
`INTEGER` was incorrectly introspected as an `AutoField` due to SQLite
treating `INTEGER PRIMARY KEY` as an alias for the `ROWID`.
This change ensures that integer fields in composite PKs are not
mistaken for auto-incrementing fields.
Thanks Jacob Walls and Sarah Boyce for the reviews.
Backport of 07100db6f46255ec6ef70b860495f977473684d6 from main.
Diffstat (limited to 'docs/_ext')
0 files changed, 0 insertions, 0 deletions
