Release notes Version 8.4.0.0001 (stable) |
2008 R4.0 Release
This release is a major release.
Functionality added:
- Implement PDO API getColumnMeta:
The following column meta information will be returned:
type
name
table
def
precision
scale
not_null
auto_increment
unique_key
multiple_key
primary_key
foreign_key
reverse_index
reverse_unique
Changed and Enhanced Features:
- Add database parameter setting support:
cubrid_set_db_parameter() can be used to set the database transaction isolation
level and lock timeout value.
- Change the default status of auto commit mode to off.
Fixed bugs:
- Fix a bug in cubrid_bind: When the value of binding parameter is NULL, it will covert the value to empty string;
- Fix a bug about BLOB/CLOB: When inserting LOB data, if the data size is large enough, it will fails. And if the LOB data is in a file, and it is too large to be put into memory, you can bind a file path name when binding the LOB data;
- Fix a bug about CLOB: When binding data type is CLOB, it will fail when inserting it into CUBRID;
- Fix a bug in cubrid_stmt_describe_col which will cause the failure of test bug_44861.phpt;
- Fix a bug in cubrid_handle_quoter: Before escaping unquoted string, it should init the value of quotedlen to 0. |