Skip to content

Native UPDATE query not working #432

Open
@god1dog

Description

@god1dog

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:

UPDATE "attribute" SET "value" = CASE "id" WHEN ? THEN null END WHERE "id" IN (?)
req := tarantool.NewExecuteRequest(query).Args(args).Context(ctx)

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs feedbackSomething is unclear with the issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions