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

PrestoDialect needs 'supports_native_boolean = True' #24

Merged
merged 1 commit into from
Aug 11, 2015

Conversation

wxiang7
Copy link
Contributor

@wxiang7 wxiang7 commented Aug 10, 2015

PrestoDialect needs 'supports_native_boolean = True'.

Otherwise sqlalchemy would compile a where clause like "WHERE bool_column" into "WHERE bool_column = 1", this would fail with exception:

Operator EQUAL(boolean, bigint) not registered

@jingw jingw merged commit 13f33cc into dropbox:master Aug 11, 2015
@jingw
Copy link
Contributor

jingw commented Aug 11, 2015

Thanks for the fix!

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.

2 participants