Changes between Initial Version and Version 1 of Ticket #31698


Ignore:
Timestamp:
Jun 12, 2020, 6:04:55 AM (4 years ago)
Author:
Adam Johnson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31698 – Description

    initial v1  
    1 This was added in 924a89e135fe54bc7622aa6f03405211e75c06e9 to support Oracle. However 924a89e135fe54bc7622aa6f03405211e75c06e9 reimplemented the Oracle autoincrement keys without `autoinc_sql`.
     1This 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.
    22
    33I checked two popular third party backends and they aren't using it:
Back to Top