Top Level :: Database

Package Information: MDB2_Driver_oci8 1.4.0

Show All Changelogs
» Version » Information
1.5.0b1 2008-03-15     beta
1.5.0a2 2007-12-06     alpha
1.5.0a1 2007-10-28     alpha
1.4.1 2007-05-03     stable
1.4.0Download

Release date: 2007-03-13 20:55 UTC
Release state: stable

Changelog:

- propagate errors in getTableFieldDefinition() in the Reverse module
- implemented getTriggerDefinition() in the Reverse module [experimental]
- implemented guid() in the Function module [globally unique identifier]
- added missing error codes (including the one reported in bug #9780)
- fixed bug #10003: integer length problem in getTypeDeclaration() in the Datatype
module (thanks to priyadi at priyadi dot net)
- implemented a fallback mechanism within getTableIndexDefinition() and
getTableConstraintDefinition() in the Reverse module to ignore the 'idxname_format'
option and use the index name as provided in case of failure before returning
an error
- fixed bug #4854: Oracle Easy Connect syntax only works with array DSN
- added a 'nativetype_map_callback' option to map native data declarations back to
custom data types (thanks to Andrew Hill).
- fixed bug #10215: selected the wrong field in the query in listTableConstraints()
in the Manager module
- fixed bug #10337: call to non-existing object error in the manager module
- fixed bug #10340: hard-coded field name in SQL query in _makeAutoincrement()
- phpdoc fixes

note:
- please use the latest ext/oci8 version from pecl.php.net/oci8
(binaries are available from snaps.php.net and pecl4win.php.net)
- by default this driver emulates the database concept other RDBMS have by this
using the "database" instead of "username" in the DSN as the username name.
behaviour can be disabled by setting the "emulate_database" option to false.
- the multi_query test failes because this is not supported by ext/oci8
- the null LOB test failes because this is not supported by Oracle

open todo items:
- enable use of read() for LOBs to read a LOB in chunks
- buffer LOB's when doing buffered queries

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: MDB2 2.4.0 or newer
  • PHP Extension: oci8
1.3.0 2006-11-03     stable
1.0.2 2006-09-03     stable
1.0.1 2006-08-21     stable
1.0.0 2006-07-23     stable
0.3.0 2006-06-15     beta
0.2.6 2006-05-14     beta
0.2.5 2006-04-16     alpha
0.2.4 2006-02-05     alpha
0.2.3 2006-01-13     alpha
0.2.2 2005-12-30     alpha
0.2.1 2005-12-28     alpha
0.2.0 2005-12-21     alpha
0.1.2 2005-10-10     alpha
0.1.1 2005-07-28     alpha
0.1.0 2005-06-08     alpha