|
|
ODBTP -- Version 1.1.4 Changes
- Fixed Bugs
-
Fixed the problem caused by the improper processing of results generated
by PRINT statements within MS SQL Server stored procedures.
- Date / Time data enhancements
-
Added support for Visual Foxpro's native date / time data type.
Auto conversion of ISO date / time strings to ODBC's native date / time
data type added to PHP extension. This allows an ISO date / time string to
be used instead of a datetime object or C time value for datetime input
parameters.
- Server-side removal of trailing spaces
-
Added support for the optional removal of trailing spaces by the
ODBTP server during the retrieval of character field data. This feature
can be enabled or disabled with the new ODB_ATTR_RIGHTTRIMTEXT attribute.
- New PHP extension function
-
Added
odbtp_is_detached function to PHP extension. This
function can be used to determine whether or not a query resource is
detached from the connection.
- New ODBC driver specification for mysql interface
-
Changed the ODBC driver specification for the mysql interface type. The
new specification is for the MySQL ODBC 3.51 Driver.
|