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

Use VARCHAR and VARBINARY types for JDBC driver #10869

Merged
merged 2 commits into from
Jun 20, 2018
Merged

Use VARCHAR and VARBINARY types for JDBC driver #10869

merged 2 commits into from
Jun 20, 2018

Conversation

electrum
Copy link
Contributor

Presto "varchar" is now VARCHAR rather than LONGNVARCHAR
and "varbinary" is now VARBINARY rather than LONGVARBINARY.

"'ala ma '," +
"true," +
"'kot binarny'" +
")",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undo or extract to separate commit

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching that. Fixed

Presto "varchar" is now VARCHAR rather than LONGNVARCHAR
and "varbinary" is now VARBINARY rather than LONGVARBINARY.
@electrum electrum closed this Jun 20, 2018
@electrum electrum deleted the jdbc-type branch June 20, 2018 21:03
@electrum electrum merged commit 65c28de into prestodb:master Jun 20, 2018
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.

4 participants