Opened 4 years ago
Last modified 4 years ago
#31698 closed Cleanup/optimization
Remove database backend Operations.autoinc_sql — at Version 1
Reported by: | Adam Johnson | Owned by: | nobody |
---|---|---|---|
Component: | Migrations | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
This was added in 38b5d7f23d8f7a39646a9b298f10941a70585031 and added to the migrations schema editor in 924a89e135fe54bc7622aa6f03405211e75c06e9. It was only ever used for Oracle support. 924a89e135fe54bc7622aa6f03405211e75c06e9 reimplemented Oracle autoincrement keys without autoinc_sql
, so it has no use in Django core any more.
I checked two popular third party backends and they aren't using it:
Note:
See TracTickets
for help on using tickets.