-
Notifications
You must be signed in to change notification settings - Fork 19
jdbc: Support <VARBINARY> type #67
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
Comments
Related: #45. |
Now tarantool have scalar type, but have no blob. So this issue is blocked. |
We plan to fully support SCALAR type within scope of #92. Let's come back here when BLOB will be supported by Tarantool: tarantool/tarantool#4206 |
Not blocked anymore. |
Does not look as an optional feature, because tarantool now supports it. |
Closed #214 as duplicate of this issue. Cited it:
|
It is optional JDBC feature, but I think we should support all types supported by Tarantool itself, so I added it to the JDBC MVP milestone.
API: Connection.createBlob() and so on.
The text was updated successfully, but these errors were encountered: