Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: CM8.4.1.201203, CQB8.4.1.201203
-
Component/s: CUBRID Manager, CUBRID Query Browser
-
Labels:
-
Environment:
Windows7 32bit Engine 4.0.2027 / CM 8.4.1.0012 / CQB 1.2.2.0012
CentOS 5.5 32bit Engine 3.0.0337 / CM 8.4.1.0012 / CQB 1.2.2.0012
Description
User Issue --> http://cubrid.com/zbxe/264126
Scenario -->
CREATE TABLE bit_test ( a BIT VARYING );
INSERT INTO bit_test SET a = x'010234050607';
SELECT a FROM bit_test;
Result-->
| - | CM 8.4.1.0012 | CQB 1.2.2.0012 | CSQL |
|---|---|---|---|
| 3.0.0337 | X'1234567' | X'1234567' | X'010234050607' |
| 4.0.2027 | X'1234567' | X'1234567' | X'010234050607' |
Please check if the issue belongs to JDBC or CM/CQB. If it is a JDBC issue, please create a new issue on the BTS.
If a string length is odd, it occur some problem.
But, it is not a bug on CM/CQB.
It is a JDBC bug.