-
Notifications
You must be signed in to change notification settings - Fork 8
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
DO NOT MERGE #7
base: master
Are you sure you want to change the base?
DO NOT MERGE #7
Conversation
Sure, I'll wait before it's in a mergeable state before beginning a review. I'll be interested to see how smoothly the Boolean type works across the three back ends. |
it ... doesn't work across all backends. BIT is another type that's basically the LAST step of the review is subbing the shutej for relops Jeremy On Wed, Jan 7, 2015 at 6:53 PM, Ben Hood notifications@github.com wrote:
|
Fundamentally the patch is a good idea, but to get it into a mergable state, I think the following will be need to be addressed:
|
Right, I'll install MySQL and test this sucker. :-) I can un-bork schema.tmpl, but my "settings" are ... the defaults. I Jeremy On Thu, Jan 8, 2015 at 9:59 AM, Ben Hood notifications@github.com wrote:
|
I meant "settings" figuratively - I was just pointing out that there is a divergence in the formatting, not that I know for sure where it is coming from. |
Note the
s/relops/shutej/g
everywhere. This needs to get fixed before merging.This adds
REAL
,DOUBLE PRECISION
, andBOOLEAN
support.