Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite: Make AUTOINCREMENT more first-class #10597

Closed
bricelam opened this issue Dec 20, 2017 · 2 comments
Closed

SQLite: Make AUTOINCREMENT more first-class #10597

bricelam opened this issue Dec 20, 2017 · 2 comments

Comments

@bricelam
Copy link
Contributor

bricelam commented Dec 20, 2017

Right now, AUTOINCREMENT is more or less an implementation detail of SQLite Migrations. We should make it more first-class like IDENTITY on SQL Server. This would include a convention, ModelBuilder API, validation, etc. for it.

@smitpatel
Copy link
Contributor

Duplicate of #10228

@smitpatel smitpatel marked this as a duplicate of #10228 Dec 20, 2017
@bricelam
Copy link
Contributor Author

Thanks, I saw it but didn't read it since the title looked unrelated. I'll update its title.

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants