-
Notifications
You must be signed in to change notification settings - Fork 60
Native UPDATE query not working #432
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
Please provide the space format and a minimal reproducer. Everything works in our test scenarios, so maybe you are doing something wrong: go-tarantool/tarantool_test.go Line 1293 in 5368646
go-tarantool/tarantool_test.go Lines 1364 to 1370 in 5368646
In addition, an execute response must be checked in the specific way: go-tarantool/tarantool_test.go Lines 1459 to 1461 in 5368646
|
@oleg-jukovec pay attention to the construction CASE "id" WHEN ? THEN null |
The connector does not process or affect such constructs in any way. It simply passes them on to the Tarantool as is. |
But I have this problem. |
Please show the space format and provide a minimal reproducer. |
When sending the request via go-tarantool, nothing is updated and there are no errors with the CASE "id" WHEN ? THEN construct. However, when the same query is sent via DataGrip, everything works fine.
Example query:
The text was updated successfully, but these errors were encountered: