» Version | » Information |
---|---|
2024年04月15日 stable |
|
2024年01月17日 stable |
|
2024年01月16日 stable |
|
2021年08月10日 stable |
|
2020年04月19日 stable |
|
2018年12月05日 stable |
|
2015年11月24日 stable |
|
2015年11月23日 stable |
|
2015年11月20日 stable |
|
2014年11月27日 stable |
|
2014年11月20日 stable |
|
2014年11月20日 stable |
|
2011年08月27日 stable |
|
2010年12月24日 beta |
|
2007年11月27日 beta |
|
2007年09月21日 stable |
|
2007年06月29日 stable |
|
2007年03月28日 stable |
|
2007年03月20日 stable |
|
2007年02月06日 stable |
|
2007年01月28日 stable |
|
2007年01月21日 beta |
|
2007年01月12日 beta |
|
2007年01月07日 stable |
|
2005年04月11日 stable |
|
2005年03月29日 stable |
|
2005年03月07日 stable |
|
2005年03月04日 stable |
|
2005年03月03日 stable |
|
2005年03月01日 stable |
|
2005年02月28日 stable |
|
2005年02月22日 beta |
|
2004年10月04日 stable |
|
2004年09月25日 stable |
|
2004年09月21日 stable |
|
2004年07月13日 stable |
|
2004年04月30日 stable |
|
2004年04月29日 stable |
|
2004年04月07日 stable |
|
2004年03月13日 stable |
|
1.6.0 |
Easy InstallNot sure? Get more info. pear install DB-1.6.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB-1.6.0 Release date: 2004年02月19日 17:03 UTC Release state: stable Release uploaded by: danielc Changelog: ============= API CHANGE: mysql4 was renamed mysqli. Change your DSN info accordingly. (danielc) ============= ENHANCEMENTS: - test suite: The test suite now includes a shell script for jump starting the process. Also, the version of setup.inc stored in CVS was renamed so you don't have to worry about CVS touching or committing your locally modified copy. (danielc) - all: Added DB_PORTABILITY_NULL_TO_EMPTY portability mode. Converts null values to empty strings in data output by * get*() and fetch*(). Helpful because Oracle doesn't know the difference between null and empty. (danielc) - ifx: Several new error code mappings: 'Identifier too long' = DB_ERROR_SYNTAX 'Table already exists' = DB_ERROR_ALREADY_EXISTS 'duplicate value' = DB_ERROR_CONSTRAINT 'Could not update a row in the table' = DB_ERROR_CONSTRAINT 'Missing key in referenced table for referential constraint' = DB_ERROR_CONSTRAINT 'Character to numeric conversion error' = DB_ERROR_INVALID_NUMBER 'Syntax disallowed in this database server' = DB_ERROR_SYNTAX (danielc) -ibase, ifx, mssql, oci8, odbc, pgsql, sqlite, sybase: Map not null constraint errors to DB_ERROR_CONSTRAINT_NOT_NULL. (danielc) -mysql, mysqli: Map not null constraint error (1048) from DB_ERROR_CONSTRAINT to DB_ERROR_CONSTRAINT_NOT_NULL when portability is on. (danielc) ============= BUGS FIXED: - ifx: fetchRow() now adds 1 to the requested $rownum because ifx_fetch_row() starts at 1. (peterwb) - ifx: affectedRows() now returns 0 for SELECT queries, just like the other DBMS's. (danielc) - ibase: Remove trans_number argument from rollback() method. No other driver has it and ibase_rollback() doesn't accept it. (danielc) - sqlite: Set $dsn property when connecting. (danielc) Dependencies:
|
2004年02月11日 stable |
|
2004年02月06日 beta |
|
2004年02月04日 beta |
|
2004年01月30日 beta |
|
2004年01月27日 beta |
|
2004年01月25日 beta |
|
2003年09月14日 stable |
|
2003年06月23日 stable |
|
2003年05月12日 stable |
|
2003年02月08日 beta |
|
2002年07月04日 stable |
|
2002年04月23日 stable |