Skip to content

AbstractJdbcIT was broken by new Tarantool changes #149

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
nicktorwald opened this issue Apr 2, 2019 · 0 comments
Closed

AbstractJdbcIT was broken by new Tarantool changes #149

nicktorwald opened this issue Apr 2, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nicktorwald
Copy link

According to tarantool/tarantool#3505 and tarantool/tarantool#3506 box.sql.execute() expression is no longer supported and it has been replaced by box.execute().

We need to reflect the last changes made in Tarantool.

@nicktorwald nicktorwald added the bug Something isn't working label Apr 2, 2019
@nicktorwald nicktorwald self-assigned this Apr 2, 2019
nicktorwald added a commit that referenced this issue Apr 2, 2019
According to tarantool/tarantool#3505 and tarantool/tarantool#3506
'box.sql.execute' is no longer supported in new Tarantool releases.

Fix AbstractJdbcIT class which used the obsolete expression. Now SQL
init scripts are performed by 'box.execute' statement superseded old
version.

Fixes: #149
See also: tarantool/tarantool#3505, tarantool/tarantool#3506
Totktonada pushed a commit that referenced this issue Apr 2, 2019
According to tarantool/tarantool#3505 and tarantool/tarantool#3506
'box.sql.execute' is no longer supported in new Tarantool releases.

Fix AbstractJdbcIT class which used the obsolete expression. Now SQL
init scripts are performed by 'box.execute' statement superseded old
version.

Fixes: #149
See also: tarantool/tarantool#3505, tarantool/tarantool#3506
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant