﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31698	Remove DatabaseOperations.autoinc_sql()	Adam Johnson	nobody	"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:

* django-mssql-backend: https://github.com/ESSolutions/django-mssql-backend/blob/master/sql_server/pyodbc/operations.py
* django-cockroachdb: https://github.com/cockroachdb/django-cockroachdb/blob/master/django_cockroachdb/operations.py"	Cleanup/optimization	closed	Migrations	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
