Skip to content

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

Closed
Totktonada opened this issue Nov 1, 2018 · 6 comments
Closed

jdbc: Support <VARBINARY> type #67

Totktonada opened this issue Nov 1, 2018 · 6 comments
Labels

Comments

@Totktonada
Copy link
Member

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.

@Totktonada
Copy link
Member Author

Related: #45.

@Totktonada
Copy link
Member Author

Now tarantool have scalar type, but have no blob. So this issue is blocked.

@Totktonada Totktonada added the blocked Not ready to be implemented label Apr 16, 2019
@Totktonada
Copy link
Member Author

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

@Totktonada Totktonada removed this from the JDBC MVP milestone May 20, 2019
@Totktonada Totktonada changed the title jdbc: Support <BLOB> type jdbc: Support <VARBINARY> type Aug 5, 2019
@Totktonada Totktonada removed the blocked Not ready to be implemented label Aug 5, 2019
@Totktonada
Copy link
Member Author

Not blocked anymore.

@Totktonada
Copy link
Member Author

Does not look as an optional feature, because tarantool now supports it.

@Totktonada
Copy link
Member Author

Closed #214 as duplicate of this issue. Cited it:

See tarantool/tarantool#4206

Implemented in tarantool since 2.2.0-645-gb4e61e1b6.

We also need to verify that values from fields of 'varbinary' nosql tarantool type (see tarantool/tarantool#4201) are handled correctly.

nicktorwald added a commit that referenced this issue Aug 30, 2019
There are a few new types such as BOOLEAN(BOOL), UNSIGNED, and VARBINARY
in Tarantool v2.2. Moreover, Number aliases REAL, FLOAT, DOUBLE were
replaced by one NUMBER type since v2.2.1.

Support tests for old number types on version before 2.2.

Closes: #67, #92, #209, #210
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant