Syntax error on update query, but modified record.

For integration queries on onClick interation, plasmic says “update people set first_name = concat(first_name, ‘X’) where id = 123” has a syntax error. But in reality it modified the record in the database. I just enabled Continue on Error in plasmic so my subsequent interactions would continue working.

That sounds like a bug! Would you mind sharing where to look for this query?