Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: PHP-8.4.1, PHP-Apricot
-
Component/s: PHPDriver
-
Labels:None
Description
cubrid_get_autocommit will return false when auto-commit is off and there is an error. It means we have to analysis the error message to ensure whether the auto-commit mode is off or there is an error.
Absolutely we don't want this confusing return value. So we modify it. When the auto-commit mode is off, we will return false, and when there is an error, we will return nothing.
Issue Links
- relates to
-
APIS-151
[PHP][Manual]Modify return values of cubrid_get_autocommit
-
Commit rev: 492