Navigation Menu

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

Fixed #17713 -- Renamed allows_primary_key_0 to allows_auto_pk_0. #1984

Closed
wants to merge 1 commit into from

Conversation

vajrasky
Copy link
Contributor

MySQL does allow primary key with value 0. It only forbids autoincrement
primary key with value 0.

MySQL does allow primary key with value 0. It only forbids autoincrement
primary key with value 0.
@timgraham
Copy link
Member

@akaariai Do you feel we need to provide documentation in the release notes for this change?

@mjtamlyn
Copy link
Member

I would say it's not that important, Database features are not documented, and should probably be considered a relatively internal API. That said, a oneline in Backwards incompat changes wouldn't do any harm.

@timgraham
Copy link
Member

merged in d3cf6cf.

@timgraham timgraham closed this Feb 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants