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

Wrong type usage in StringTest #95

Merged
merged 1 commit into from Jun 8, 2014
Merged

Wrong type usage in StringTest #95

merged 1 commit into from Jun 8, 2014

Conversation

jank
Copy link

@jank jank commented May 30, 2014

The StringTest.test_literal_backslashes() method makes use of Type 'Text' instead of 'String'. This causes the test suite to fail for dialects that support String but not Text.

Wrong Type (TEXT) being used in StringTest
@jank
Copy link
Author

jank commented Jun 3, 2014

Any chance that this minimal change will make it into the next release? It breaks our build for the EXASOL dialect as it does not support the TEXT type. Deactivating the String Tests would be a suboptimal solution.

@zzzeek
Copy link
Owner

zzzeek commented Jun 4, 2014

yes this pullreq is marked with the purple marker, means its on my list as I get a chance to review and merge PRs

@zzzeek zzzeek merged commit 39bea64 into zzzeek:master Jun 8, 2014
@zzzeek
Copy link
Owner

zzzeek commented Jun 8, 2014

thanks! merged to 0.9 as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants