Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: CM8.4.1.201210, CQB8.4.1.201210
-
Component/s: CUBRID Manager
-
Labels:
-
Environment:
CUBRID Manager 8.4.1.2294, Windows 7 64 bit
Description
I created a table:
CREATE TABLE t ( x NUMERIC(38, 12) );
And I wanted to execute the prepared statement:
INSERT INTO t (x) VALUES (?)
I click Analyze, select the data type to NUMERIC, then enter a value for the field.
Regardless of the value I give it, it displays the "String index out of range: -1" error.

Is it CM issue or engine? Please verify and comment.