Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2.5
-
Fix Version/s: 2.2.6
-
Component/s: qc_sqlite
-
Labels:None
Description
The following query is classified as QUERY_TYPE_GSYSVAR_WRITE.
SET STATEMENT max_statement_time=30 FOR SELECT seq FROM seq_0_to_100000; |
The SET part of the statement should be ignored and it should be classified like normal SELECT statements are classified.