Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
2.2, 2.3
-
None
Description
On R/W service, this statement inserts three records instead of one:
SET STATEMENT max_statement_time=5 FOR INSERT INTO db1.table1 (field1, field2, field3) SELECT 'string1', 'string2', (select CURRENT_TIMESTAMP + interval '60' second)