Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: CM8.4.1.201208, CQB8.4.1.201208
-
Component/s: CUBRID Manager, CUBRID Query Browser
-
Labels:
Description
08/01 17:16:38.393 (253230) set query timeout to 30 (from app)
08/01 17:16:38.393 (253230) execute_all srv_h_id 1 SELECT * FROM test WHERE testno = ? limit 1
08/01 17:16:38.393 (253230) bind 1 : INT -6020
08/01 17:16:38.393 (253230) execute_all 0 tuple 1 time 0.001
08/01 17:16:38.393 auto_commit
08/01 17:16:38.394 auto_commit 0
08/01 17:16:38.394 *** elapsed time 0.001
If you parse it, it will be SELECT * FROM test WHERE testno = ? limit 1.
But it should be SELECT * FROM test WHERE testno = -6020 limit 1.