Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: PHP-8.4.1
-
Fix Version/s: PHP-8.4.1, PHP-Apricot
-
Component/s: PHPDriver
-
Labels:None
Description
Assume there is a table which has "id INTEGER AUTO_INCREMENT NOT NULL". It has no DEFAULT value, which means it should be NULL, however, "" (empty string) is returned. Moreover, integer cannot have an empty string default value. Is it CUBRID specification or can you change this value?
In the case "id INTEGER AUTO_INCREMENT NOT NULL", the value cannot be null.
The values should be starts from 1 and 2, 3, 4, ... so on.
Can you give me more detail information or test cases that returns null values or empty string on Integer column?