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

Corrected sql generator for auto-increment int id column #57

Merged
merged 1 commit into from
May 26, 2013
Merged

Corrected sql generator for auto-increment int id column #57

merged 1 commit into from
May 26, 2013

Conversation

cyrosy
Copy link
Contributor

@cyrosy cyrosy commented May 24, 2013

I got an error with postrgresql adapter and auto-increment id column of type int, saying "error near or et SERIAL" with no more output.
I figured out that the sql generator was trying to create a column id of type undefined, so I corrected it for the db:init task to work again

mde added a commit that referenced this pull request May 26, 2013
Corrected sql generator for auto-increment int id column
@mde mde merged commit cfb0059 into geddy:master May 26, 2013
@mde
Copy link
Contributor

mde commented May 26, 2013

Merged, thanks!

@cyrosy cyrosy deleted the sql-generator branch May 27, 2013 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants