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

fix: column data not consistent across all dbms #108

Merged
merged 2 commits into from
May 20, 2016

Conversation

zacharygolba
Copy link
Contributor

Tests for this particular issue will be added in a separate PR addressing #77.

Closes #106

@cuth
Copy link

cuth commented May 20, 2016

This probably wouldn't happen, but the regex could match 'booleanasdf' or 'asdftinyint'.

You might want: /^(boolean|tinyint)$/

@zacharygolba
Copy link
Contributor Author

Good call! I'll fix that this evening.

fix: regexp in model attr set function
@zacharygolba zacharygolba force-pushed the type-inconsistencies branch from 75b1f99 to d768caf Compare May 20, 2016 21:41
@zacharygolba zacharygolba merged commit 71a1be6 into master May 20, 2016
@zacharygolba zacharygolba deleted the type-inconsistencies branch May 20, 2016 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants