Package Information |
Summary |
PDO driver for IBM Informix INFORMIX databases |
Maintainers |
IBM OpenDev <
opendev at us dot ibm dot com >
(lead)
[details]
Amarnath Reddy N <
areddy at rocketsoftware dot com >
(lead)
[details]
|
License |
Apache License 2.0 |
Description |
This extension provides an IBM Informix Dynamic Server driver for PDO. To build and run
PDO_INFORMIX, you must install the Informix Client Software Development Kit (CSDK)
from http://ibm.com/informix/downloads.html. |
Release notes
Version 1.2.0
(stable)
|
Added feature to allow set attribute and quote. Problem with LOBs has been fixed. Segfault when using invalid query with deferred prepare has been fixed. Fixed PDO exec API. It return succuss/failure if no rows need to be returned. Fixed PDO_INFORMIX variable declarations location problem on Windows. Fixed problem with Statement execution (Not throwing an exception). |