Home » Database » MDB2_Driver_sqlsrv
sqlsrv MDB2 driver
This package is unmaintained.
Download latest release 1.5.0b5 (archived versions might be outdated)
License: BSD License
Description
This is the SQL Server MDB2 driver.
Maintainers
- Chris Pucci (chrisdpucci) — lead, active
- Lorenzo Alberton (quipo) — lead, active
Dependencies
Required
- PHP (>= 5.2.0)
- PEAR Installer (>= 1.9.1)
- MDB2 (>= 2.5.0b4)
- sqlsrv (extension)
Releases
- 1.5.0b5 (beta, 2012-10-23)
Release notes
License: BSD License
- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- Fixed boolean type conversion for non-boolean types - 1.5.0b4 (beta, 2012-04-01)
Release notes
License: BSD License
QA release
- Added SQLSRV_SQLTYPE_TIMESTAMP database attribute support [davidc] [genericbob]
- Fixed bug #17413: Infinite loop on connection error
- Bug #19314 typo in _checkSequence() - 1.5.0b3 (beta, 2010-08-29)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #17194 | Closed | Bug | SVN | 2010-03-04 | Syntax error |
| #17413 | Closed | Bug | SVN | 2010-05-19 | Infinite loop on connection error |
| #18524 | Open | Bug | 1.5.0b3 | 2011-05-10 | MDB2_PORTABILITY_FIX_CASE doesn't have any effect |
| #18704 | Duplicate | Bug | 1.5.0b3 | 2011-08-03 | Unlimited recursion On connection with charset |
| #18706 | Duplicate | Bug | 1.5.0b3 | 2011-08-04 | If I specify character set, connection fail |
| #18707 | Duplicate | Bug | 1.5.0b3 | 2011-08-04 | If I specify character set, connection fail |
| #18708 | Duplicate | Bug | 1.5.0b3 | 2011-08-04 | If I specify character set, connection fail |
| #19314 | Closed | Bug | 1.5.0b3 | 2012-03-03 | typo in _checkSequence() |
| #19342 | Duplicate | Bug | 1.5.0b3 | 2012-03-22 | Associative fetches aren't downcased with MDB2_PORTABILITY_ALL |
| #19425 | Open | Req | 1.5.0b4 | 2012-05-18 | Add SSL option/functionality |
| #19517 | Closed | Bug | 1.5.0b4 | 2012-07-18 | Some bugs in sqlsrv driver (patch is provided) |
| #19737 | Open | Bug | 1.5.0b5 | 2012-12-09 | fetchrow with MDB2_FETCHMODE_OBJECT |
| #20010 | Open | Req | 1.5.0b5 | 2013-07-15 | Charset option in dsn |