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

Reserved column name 'group' #36

Open
dfox288 opened this issue Oct 24, 2012 · 3 comments
Open

Reserved column name 'group' #36

dfox288 opened this issue Oct 24, 2012 · 3 comments

Comments

@dfox288
Copy link

dfox288 commented Oct 24, 2012

Should not be used to avoid database query problems.

Proposal: rename the 'group' column to 'migration_group'.

I can provide a patch if necessary.

@zeelot
Copy link
Member

zeelot commented Nov 2, 2012

Is this actually causing you issues? I don't see why it would. I would rather not change this up on people unless we have to.

@dfox288
Copy link
Author

dfox288 commented Nov 4, 2012

I ran into problems with it and had to change to column name to work properly. Changing the name might not be pretty but it would improve compatibilty.

@samwilson
Copy link
Contributor

It should only be a problem when querying without quoting the column name (i.e. only in informal/manual situations I would guess?).

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

No branches or pull requests

3 participants