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

jdbc: support UNSIGNED type #210

Closed
Totktonada opened this issue Jul 24, 2019 · 1 comment
Closed

jdbc: support UNSIGNED type #210

Totktonada opened this issue Jul 24, 2019 · 1 comment
Labels
Milestone

Comments

@Totktonada
Copy link
Member

See tarantool/tarantool#4015

Implemented in tarantool since 2.2.0-591-ga43862772.

nicktorwald added a commit that referenced this issue Aug 23, 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: #209, #210, #214
Affects: #92
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
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
@nicktorwald nicktorwald added this to the JDBC MVP milestone Aug 30, 2019
@nicktorwald
Copy link

done in commit 2cc1a09

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

2 participants