» Version | » Information |
---|---|
1.5.0b4 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-1.5.0b4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-1.5.0b4 Release date: 2012-10-23 19:16 UTC Release state: beta Release uploaded by: danielc Changelog: - PEAR::isError() -> MDB2::isError(), Bug #19491. - PEAR::loadExtension() -> extension_loaded(), Bug #19583. - Fix Bug #19262. Updates conditional stagements to use logical operators to include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197. - Have truncateTable() return MDB2_OK on success, as documented (bug 19201) - Have dropTable() return MDB2_OK on success, as documented (bug 19199) - Have createSequence() return MDB2_OK on success, as documented (bug 19192) - Have dropSequence() return MDB2_OK on success, as documented (bug 19191). - Make setOption('result_wrap_class') actually useful by changing the default value of $result_wrap_class parameters from false to true. - FETCHMODE constants are NOT bitwise. - Fix problems with rev 308955 (setResultTypesAssoc() does not exist, missed handling some associative results) (Bug #18203). - Bug #18826 Crash and security problem with is_a() in combination with value escaping - fixed bug #18203: Type introspection breaks with associative arrays if names are identical (patch by Peter Bex) 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 using the "database" option instead of "username" in the DSN as the username name. This 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 LOBs when doing buffered queries Dependencies:
|
1.5.0b3 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-1.5.0b3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-1.5.0b3 Release date: 2010-08-29 12:30 UTC Release state: beta Release uploaded by: quipo Changelog: 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 using the "database" option instead of "username" in the DSN as the username name. This 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 LOBs when doing buffered queries Dependencies:
|
1.5.0b2 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-1.5.0b2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-1.5.0b2 Release date: 2009-01-14 12:26 UTC Release state: beta Release uploaded by: quipo Changelog: - fixed bug #12117: disconnect() does not work as documented - fixed bug #14383: wrong replacement with prepared statements with LOB parameters after the 9th position - request #14639: automatically fetch CLOBs when retrieved with 'text' data type 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 using the "database" option instead of "username" in the DSN as the username name. This 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 LOBs when doing buffered queries Dependencies:
|
1.5.0b1 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-1.5.0b1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-1.5.0b1 Release date: 2008-03-15 04:29 UTC Release state: beta Release uploaded by: quipo Changelog: - request #12528: added 'session_mode' DSN parameter - request #12731: added truncateTable() in the Manager module - request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction - request #12800: added alterDatabase() in the Manager module - fixed bug #12924: correctly handle internal expected errors even with custom error handling - added standaloneQuery() and databaseExists() - better handling of NULL LOBs in execute() - request #13106: added unixtimestamp() in the Function module - a trigger is created to emulate the ON UPDATE action for FOREIGN KEY constraints. 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 using the "database" option instead of "username" in the DSN as the username name. This 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 LOBs when doing buffered queries Dependencies:
|
1.5.0a2 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-1.5.0a2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-1.5.0a2 Release date: 2007-12-06 15:16 UTC Release state: alpha Release uploaded by: quipo Changelog: - fixed named parameter validation regexp in prepared queries - fixed bug #12552: _makeAutoincrement() not quoting the sequence name in the Manager module 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 using the "database" option instead of "username" in the DSN as the username name. This 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 LOBs when doing buffered queries Dependencies:
|
1.5.0a1 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-1.5.0a1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-1.5.0a1 Release date: 2007-10-28 15:27 UTC Release state: alpha Release uploaded by: quipo Changelog: - initial support for FOREIGN KEY and CHECK constraints in the Reverse and Manager modules - fixed bug #10969: execute() does not bind reference variables (patch by Charles Woodcock) - request #11297: added support for "owner.table" notation in the Manager and Reverse modules - fixed bug #11428: propagate quote() errors with invalid data types - use prepared queries in the list*() methods of the Manager module and in the Reverse module (thanks to Hugh Dixon) - add support for "owner" parameter in listViews(), listFunctions(), listTables(), listSequences() in the Manager module - added listTableTriggers() in the Manager module - do not list constraints in listTableIndexes() in the Manager module - fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x - fixed bug #11933: avoid duplicate queries in the Reverse module and free results and prepared statement handles (thanks Jan Reitz) - fixed some E_STRICT errors with PHP5 - fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success, as documented 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 using the "database" option instead of "username" in the DSN as the username name. This 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:
|
1.4.1 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-1.4.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-1.4.1 Release date: 2007-05-03 14:56 UTC Release state: stable Release uploaded by: quipo Changelog: - return length as "precision,scale" for NUMERIC and DECIMAL fields in mapNativeDatatype() - in getTableIndexDefinition() and getTableConstraintDefinition() in the Reverse module, also return the field position in the index/constraint - fixed bug #10618: query in listTableIndexes() in the Manager module missing parentheses 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 - fixed query in getTableConstraintDefinition() [bug #10548], made the $table parameter optional and added support for Foreign Keys and CHECK constraints (thanks to Hugh Dixon) - detect autoincrement fields in getTableFieldDefinition() (thanks to Hugh Dixon) - don't return index definition in getTableIndexDefinition() if it's a constraint open todo items: - enable use of read() for LOBs to read a LOB in chunks - buffer LOB's when doing buffered queries Dependencies:
|
1.4.0 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-1.4.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-1.4.0 Release date: 2007-03-13 16:55 UTC Release state: stable Release uploaded by: quipo 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:
|
1.3.0 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-1.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-1.3.0 Release date: 2006-11-03 08:13 UTC Release state: stable Release uploaded by: lsmith Changelog: - fixed inheritance structure of convertResult() - fixed several critical typos in tableInfo() - added support for new 'disable_iso_date' date DSN option (Request #8739) - removed spurious 4th parameter of getDeclaration() - fixed handling of last_number in currID() and getSequenceDefinition() - skipping 1.1.x and 1.2.x to show that the driver is inline with the other drivers - migrated to package.xml version 2 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:
|
1.0.2 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-1.0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-1.0.2 Release date: 2006-09-03 03:32 UTC Release state: stable Release uploaded by: lsmith Changelog: - flip positions property array in prepared statement objects to make it possible to optionally use the same named placeholder in multiple places inside a single prepared statement 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 Dependencies:
|
1.0.1 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-1.0.1 Release date: 2006-08-21 14:25 UTC Release state: stable Release uploaded by: lsmith Changelog: - return an error if a named placeholder name is used twice inside a single statement - do not list empty contraints and indexes - added support for 'primary' option in createTable() - do not set a default if type is a LOB (Request #8074) - fixed handling return values when disable_query is set in _doQuery() and _execute() - increased MDB2 dependency too 2.2.1 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 Dependencies:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-1.0.0 Release date: 2006-07-23 03:20 UTC Release state: stable Release uploaded by: lsmith Changelog: - added ability to escape wildcard characters in escape() and quote() - added setTransactionIsolation() - added savepoint support to beginTransaction(), commit() and rollback() - added debug() call at the end of a query/prepare/execute calling (Request #7933) - added context array parameter to debug() and make use of it whereever sensible - added optional method name parameter to raiseError() and use whereever possible - added ability to escape wildcard characters in escape() and quote() - added debug() call at the end of a query/prepare/execute calling (Request #7933) - added 'nativetype' output to tableInfo() and getTableFieldDefinition() - added 'mdb2type' output to getTableFieldDefinition() - reworked tableInfo() to use a common implementation based on getTableFieldDefinition() when a table name is passed (Bug #8124) - fixed incorrect regex in mapNativeDatatype() (Bug #8256) (thx ioz at ionosfera dot com) - use old dsn when rolling back open transactions in disconnect() - fixed testcreateautoincrementtable for oci8 There is still a problem when dropping the sequence, it gets inserted with a seemingly random string as a name - load datatype module in tableInfo() (Bug #8116) - surround _makeAutoincrement() and _dropAutoincrement() with a nested transaction - grant create trigger when creating an emulated database to fix autoincrement emulation - ensure proper quoting in _dropAutoincrement() note: please use the latest ext/oci8 version from pecl.php.net/oci8 (binaries are available from snaps.php.net and pecl4win.php.net) note: that by default this driver emulates the database concept other RDBMS have by using the "database" instead of "username" in the DSN as the username name. this behaviour can be disabled by setting the "emulate_database" option to false. open todo items: - enable use of read() for LOBs to read a LOB in chunks Dependencies:
|
0.3.0 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-0.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-0.3.0 Release date: 2006-06-15 08:44 UTC Release state: beta Release uploaded by: lsmith Changelog: - added "emulate_prepared" option to force prepared statement emulation - tweaked handling of free() for prepared statements - return error if a prepared statement is attempted to be freed twice - use setCharset() in connect()/_doConnect() - fixed number length handling when reverse engineering numeric types - generalized quoteIdentifier() with a property - cosmetic performance tweak in getTableFieldDefinition() - switched most array_key_exists() calls to !empty() to improve readability and performance - fixed a few edge cases and potential warnings - added ability to rewrite queries for query(), exec() and prepare() using a debug handler callback - pass limit and offset to the result object constructor in _execute() for read statements - optmized limit queries without offset - make sure no additional fields are added due to using limit/offset - check if result/connection has not yet been freed/dicsonnected before attempting to free a result set(Bug #7790) - fixed small typo with 'clob' reverse engineering note: please use the latest ext/oci8 version from pecl.php.net/oci8 (binaries are available from snaps.php.net and pecl4win.php.net) open todo items: - fix issues with testcreateautoincrementtable (error on sequence creation) - ensure that all primary/unique/foreign key handling is only in the contraint methods - enable use of read() for LOBs to read a LOB in chunks Dependencies:
|
0.2.6 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-0.2.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-0.2.6 Release date: 2006-05-14 02:28 UTC Release state: beta Release uploaded by: lsmith Changelog: - explicitly set is_manip parameter to false for transaction debug calls - pass parameter array as debug() all with scope "parameters" in every execute() call (bug #4119) - typo fixes in phpdoc (thx Stoyan) - added support for fixed and variable types for 'text' in declarations, as well as in reverse engineering (Request #1523) - made _doQuery() return a reference - added userinfo's to all raiseError calls that previously had none - allow using the database name in the SID generation - only support createDatabase(), dropDatabase() and listDatabases() if emulate_database is enabled - added 'prepared_statements' supported meta data setting - fixed issue in prepare() with parsing of ? type placeholders for LOBs - strip of file:// prefix in writeLOBToFile() - typo fix ressource/resource in LOB array - do not use foreach() on lob descriptor reference array - marked primary key as supported - fix DSN handling in _doConnect() (Bug #4104) - seek(0) after calling load()/writetofile() - fixed _destroyLOB() API to match other private LOB methods - fixed phpdoc comments of all private LOB methods open todo items: - fix issues with testcreateautoincrementtable (error on sequence creation) - ensure that all primary/unique/foreign key handling is only in the contraint methods Dependencies:
|
0.2.5 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-0.2.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-0.2.5 Release date: 2006-04-16 08:03 UTC Release state: alpha Release uploaded by: lsmith Changelog: - handle null as resource when disable_query option is enabled in result object - added missing methods in the reverse and datatype module - aligned _modifyQuery() signature and phpdoc - shorten autoincrement emulation related identifiers (bug #7109) - added 'result_introspection' supported metadata support - use NUMBER(1) for booleans (partial fix for bug #7170) - use mapNativeDatatype() in tableInfo() where necessary - properly quote table names in tableInfo() (related to bug #6573) - use connected_server_info in getServerVersion() as a cache cache - use parent::disconnect() in disconnect() - separated result_buffering and prefetching by adding the new result_prefetching option - support optional dsn item "port" in connect (bug #7216) - added support for length in integer declarations - some fixes regarding boolean reverse engineering - protect against sql injection in the reverse and manager module - improve handling for quoted identifiers in the reverse and manager module - fixed queries in getTableConstraintDefinition() open todo items: - fix issues with lobs (where the placeholder is not named like the field) - fix crash/issues in _makeAutoincrement() - there are still severe stability issues due to ext/oci8, especially on windows - ensure that all primary/unique/foreign key handling is only in the contraint methods Dependencies:
|
0.2.4 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-0.2.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-0.2.4 Release date: 2006-02-05 11:01 UTC Release state: alpha Release uploaded by: lsmith Changelog: - added support for length in decimal columns - removed ugly hack for quote parameter in quote() since it was insufficient (escaping also needs to be prevented) - added support for out of order parameter binding in prepared queries - tried to fix issues with lobs where the placeholder is not named like the field - reset row_limit and row_offset after calling prepare() just like we do for query() and exec() - rewrite queries for limit/offset (taken from ezc) instead of emulating - cosmetic fix (removed "row_" prefix from "row_limit" and "row_offset") - now using INT by default instead of CHAR(1) for the boolean datatype (BC BREAK!) - improved parsing in getServerInfo() (bug #6550) open todo items: - fix issues with lobs where the placeholder is not named like the field - fix crash in _makeAutoincrement() - handle autoincremement fields in alterTable() - there are still a number of missing methods in the reverse and datatype module - there are still severe stability issues due to ext/oci8, especially on windows - ensure that all primary/unique/foreign key handling is only in the contraint methods Dependencies:
|
0.2.3 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-0.2.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-0.2.3 Release date: 2006-01-13 10:23 UTC Release state: alpha Release uploaded by: lsmith Changelog: - explicitly pass if the module is phptype specific in all loadModule calls (bug #6226) - since we do not store the last statement in mdb2 we cannot check it (maybe this needs to be ported more completely from DB) - fixed signature of executeStoredProc() - _fixIndexName() now just attempts to remove possible formatting - renamed _isSequenceName() to _fixSequenceName() - _fixSequenceName() now just attempts to remove possible formatting, and only returns a boolean if no formatting was applied when the new "check" parameter is set to true - typo fixes in _makeAutoIncrement() open todo items: - handle autoincremement fields in alterTable() - there are still a number of missing methods in the reverse and datatype module - there are still severe stability issues due to ext/oci8, especially on windows - ensure that all primary/unique/foreign key handling is only in the contraint methods Dependencies:
|
0.2.2 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-0.2.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-0.2.2 Release date: 2005-12-30 06:28 UTC Release state: alpha Release uploaded by: lsmith Changelog: - types can now always be keyed by name or by order open todo items: - handle autoincremement fields in alterTable() - there are still a number of missing methods in the reverse and datatype module - there are still severe stability issues due to ext/oci8, especially on windows - ensure that all primary/unique/foreign key handling is only in the contraint methods Dependencies:
|
0.2.1 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-0.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-0.2.1 Release date: 2005-12-28 05:25 UTC Release state: alpha Release uploaded by: lsmith Changelog: - fixed typo in _execute() that would lead to using the wrong types inside the result object - fixed typo in _execute() that lead to using the wrong ressource inside the result object - various fixes for alterTable() - fixed testNow() open todo items: - handle autoincremement fields in alterTable() - there are still a number of missing methods in the reverse and datatype module - there are still severe stability issues due to ext/oci8, especially on windows - ensure that all primary/unique/foreign key handling is only in the contraint methods Dependencies:
|
0.2.0 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-0.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-0.2.0 Release date: 2005-12-21 06:24 UTC Release state: alpha Release uploaded by: lsmith Changelog: - added listTableIndexes() - fixed _dropAutoincrement() - use _dropAutoincrement() in dropTable() - support portability option in listTableIndexes() - do not fix case in listUsers() - unified case fixing in the list*() methods - use getConnection() to access connection property - split index and constraint handling - quote identifiers where possible inside the manager methods depending on the new 'quote_identifier' option (defaults to off) - refactored get*Declaration() methods to use getTypeDeclaration() - setting in_transaction to false on disconnect - added new Function modules to handle difference in SQL functions - force rollback() with open transactions on disconnect - escape floats to make sure they do not contain evil characters (bug #5608) - split off manipulation queries into exec() method from the query() method *BC BREAK* - only if result_types is set to false in prepare() method the query will be handled as a DML statement *BC BREAK* - added getServerVersion() - added 'mdbtype' to tableInfo() output - changed 'len' to 'length' in tableInfo() output *BC BREAK* open todo items: - handle autoincremement fields in alterTable() - there are still a number of missing methods in the reverse and datatype module - there are still severe stability issues due to ext/oci8, especially on windows - ensure that all primary/unique/foreign key handling is only in the contraint methods Dependencies:
|
0.1.2 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-0.1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-0.1.2 Release date: 2005-10-10 06:56 UTC Release state: alpha Release uploaded by: lsmith Changelog: Warning: this release features numerous BC breaks! There have been considerable improvements to the datatype, manager and reverse modules. Furthermore preliminary support for auto increment and primary keys has been added. Please note that making a field auto increment implies a single column primary key on this field. - alterTable now needs the full definition to work (use getTableFieldDefinition from Reverse module if you do not have a definition at hand) this eliminates the need of the declaration part in the alterTable array. - fix PHP4.4 breakage - fixed typo in unsigned integer declaration handling - no need to close() the descriptor according to the docs (we do free() it though) - use !empty() instead of isset() in fetchRow to determine if result cols were bound or result types were set - expect keys in type arrays the same way as they are passed for the values in execute() and bindParamArray() - add s pattern modifier to preg_replace() call for parameter searches in prepare() (bug #5362) - moved all private fetch mode fix methods into _fixResultArrayValues() for performance reasons - renamed MDB2_PORTABILITY_LOWERCASE to MDB2_PORTABILITY_FIX_CASE and use 'field_case' option to determine if to upper- or lowercase (CASE_LOWER/CASE_UPPER) - use array_map() instead of array_flip(array_change_key_case(array_flip())) to fix case of array values - use array_key_exists() instead of isset() where possible - changed structure of field add/remove/change in alterTable() to match MDB2_Schema - added createIndex() - return 0 for manipulation queries when disable_query is enabled - tweaked field changing in alterTable() - getTypeDeclaration() in the datatype module is now a public method open todo items: - code to be able to list primary contraints inside listTableIndexes()/dropIndex() - handle autoincremement fields in alterTable() and dropTable() - using LOBs have a tendency to crash apache (even with the uptodate PECL oci8 ext) Dependencies:
|
0.1.1 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-0.1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-0.1.1 Release date: 2005-07-28 06:26 UTC Release state: alpha Release uploaded by: lsmith Changelog: - increased php dependency to 4.3.0 due to the usage of the streams API since beta5 - fixed typo in _getTextDeclaration() - fixed major issues in _execute() - fixed typo in _getTimestampDeclaration() - fixed typo in _getTimeDeclaration() - fixed listDatabases() Dependencies:
|
0.1.0 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_oci8-0.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_oci8-0.1.0 Release date: 2005-06-08 09:23 UTC Release state: alpha Release uploaded by: lsmith Changelog: first unbundled release from MDB2 core - dont just check for isset() for boolean values in order to support setting them false as well (bug #4373) - ensure SQL injection protection in all _quote() methods (was missing in some decimal, float, time, date and timestamp implementations) - use new quote() parameter - renamed execute() to _execute() since common provides some common functionality via execute() - typo fix in _getTextDeclaration() (thx toby) - support numeric and string keys in types array for prepared queries - removed last_stmt property - simplified _execute() code - Warning: there are some stability issues Dependencies:
|