Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.2, 2.3
-
Component/s: qc_sqlite
-
Labels: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)