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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call original type_to_sql when signed #15

Merged
merged 3 commits into from Nov 23, 2014

Conversation

winebarrel
Copy link
Contributor

When type_to_sql is called without unsigned, processing of bigint is not performed correctly.

Following is expected to be any_num bigint,:

create_table("any_table") do |t|
  t.integer("any_num", {:limit=>5})
# => CREATE TABLE `any_table` (... `any_num` int(5),

Please merge if there is no problem 馃檱

@waka
Copy link
Owner

waka commented Nov 23, 2014

Thanks! I merged this pr.
And I will release soon as a new version after #16 .

waka added a commit that referenced this pull request Nov 23, 2014
@waka waka merged commit 4e028e5 into waka:master Nov 23, 2014
This was referenced Nov 23, 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
Development

Successfully merging this pull request may close these issues.

None yet

2 participants