-
Notifications
You must be signed in to change notification settings - Fork 347
Fix for #118: StringType defaults to TEXT which is varchar(256) #119
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
Conversation
Current coverage is
|
README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suuuuuper minor nit, but I'm slightly wary of putting this into example code that a user might verbatim copy-and-paste. Probably better to omit the use of a more powerful SaveMode.
|
Thanks for submitting this PR. I left a bunch of nitpicky comments because I'm kind of a perfectionist; if you don't have time to address them, I can take care of them myself on merge tomorrow. |
|
Ha! Neh I'll do it. |
|
I made the example slightly less abstract too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can still remove one level of braces, but I'll do this myself right now on merge.
|
Merged. Thanks! |
also fixed a bit of documentation about compound key. Author: Emmanuel Prochasson <eprochasson@gmail.com> Closes #119 from eprochasson/master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noticed that there was also an extra ) here, so I fixed that as well.
also fixed a bit of documentation about compound key.