DarkHeros09

Results 6 comments of DarkHeros09

any update related to this issue? i also have this problem on flutter web.

Hi @kubik51 i just wrote my own sql query with "WITH" keyword, and it worked as intended no error. i know its not helpful, but maybe its something else.

@kubik51 did you test your query on the database using sql editor before generating it?

@kubik51 hmm if the query worked on the sql editor, then there's definitely an issue here. sorry that i can't help you any further, but i hope someone will. Best...

one last thing try using double quotes on val --> "val" ```sql -- name: UpdateAttributeValueDoesntWork :one WITH updated_attribute AS ( UPDATE attribute_value SET "val" = CASE WHEN @filter_value::bool THEN @value...