We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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().
box.sql.execute()
box.execute()
We need to reflect the last changes made in Tarantool.
The text was updated successfully, but these errors were encountered:
AbstractJdbcIT test got broken by Tarantool server rework
8d8b7af
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
06755d5
nicktorwald
No branches or pull requests
According to tarantool/tarantool#3505 and tarantool/tarantool#3506
box.sql.execute()
expression is no longer supported and it has been replaced bybox.execute()
.We need to reflect the last changes made in Tarantool.
The text was updated successfully, but these errors were encountered: