Home » Database » MDB2_Driver_odbc
ODBC Driver for MDB2
This package is unmaintained.
Download latest release 0.2.0 (archived versions might be outdated)
License: BSD License
Description
This is the ODBC MDB2 driver.
Maintainers
- Philipp Schellhaas (pschellhaas) — lead, active
- Lorenzo Alberton (quipo) — lead, active
Dependencies
Required
- PHP (>= 5.2.0)
- PEAR Installer (>= 1.9.1)
- MDB2 (>= 2.5.0b4)
Releases
- 0.2.0 (alpha, 2012-10-23)
Release notes
License: BSD License
- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- Remove last few "Assigning the return value of new by reference is deprecated" notices.
- Fix Bug #19262. Updates conditional stagements to use logical operators to include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.
- Bug #19231 Call to undefined function odbc_get_last_message()
- Have truncateTable() return MDB2_OK on success, as documented (bug 19201)
- Have dropIndex() return MDB2_OK on success, as documented (bug 19198)
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).
- FETCHMODE constants are NOT bitwise.
- fixed bug #18203: Type introspection breaks with associative arrays if names are identical (patch by Peter Bex) - 0.1.0 (alpha, 2010-08-29)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #19231 | Closed | Bug | 0.1.0 | 2012-01-18 | Call to undefined function odbc_get_last_message() |
| #21147 | Open | Bug | 0.2.0 | 2016-11-08 | function errorInfo uses MSSQLisms |