» 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 |
|
2004年02月19日 stable |
|
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 |
|
1.3 |
Easy InstallNot sure? Get more info. pear install DB-1.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB-1.3 Release date: 2002年07月04日 15:58 UTC Release state: stable Release uploaded by: cox Changelog: New Features: - Added new option "autofree", which will free the result automatically when there are no more rows. Use it with: $db = DB::connect($dsn, array('autofree' => true)); - Added new methods: buildManipSQL(), autoPrepare() and autoExecute() - Dropped all references to the unused DB_Warning class - Added new driver DB_Ado (as a sepparate package), contributed by Alexios Fakos) Bugs fixed: - Fix MS SQL server multiple connections under the same script - The MySQL driver no longer needs to specify a database (allowing queries with the style database.table) - Fix parseDSN() to not confuse an Oracle TSN with the protocol - Adapt the tests paths to work with the new "pear run-tests" (do a "pear download DB", uncompress the package and run "pear run-tests tests"). - Fix numRows() in Oracle driver, that was failing when using "DISTINCT" in query. (Bug #17989) |
2002年04月23日 stable |