» Version | » Information |
---|---|
1.1.2 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-1.1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-1.1.2 Release date: 2008-01-12 08:12 UTC Release state: stable Release uploaded by: quipo Changelog: * fixed bug #12353: identifier quoting with functions in _buildSelect() * fixed bug in addWhereSearch() introduced in the latest release * Coding Standards fixes Dependencies: |
1.1.1 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-1.1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-1.1.1 Release date: 2008-01-12 05:45 UTC Release state: stable Release uploaded by: quipo Changelog: * fixed bug #10073: bug with empty() and 0 in _localeSafeImplode() * fixed Coding Standards Dependencies: |
1.1.0 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-1.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-1.1.0 Release date: 2007-01-27 14:22 UTC Release state: stable Release uploaded by: quipo Changelog: backported most of the latest changes implemented in MDB_QueryTool: * added getOne() method (request #7580) * added support for NULL fields in remove() (request #8056) * fixed bug #3842, using the addJoin/setJoin methods causes an "invalid token" error with ibase; the joined table columns aliases are now named in this format: "t_tablename_fieldname" instead of "_tablename_fieldname". Only the ibase driver is affected by this change. * custom implementation of implode() to circumvent locale handling of floats, which clashes with SQL standards * added table and field name quoting (requests #4613, #5250, #7570, #9197) * fixed bug #9734, an incorrect regexp adds extraneous table names to the fields, if the name of the field appears as a column name in the current table. * phpdoc and CS fixes * added new tests * switched to package.xml v2 NB: This will probably be the last release of DB_QueryTool, which is deprecated in favour of MDB_QueryTool. Dependencies: |
1.0.3 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-1.0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-1.0.3 Release date: 2006-05-01 11:49 UTC Release state: stable Release uploaded by: quipo Changelog: * fixed DB_QueryTool_Result_Object::fetchRow() when the return type is a scalar value instead of an array (bug #7532) Dependencies: |
1.0.2 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-1.0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-1.0.2 Release date: 2006-01-26 14:13 UTC Release state: stable Release uploaded by: quipo Changelog: * changed license to BSD * fixed bug with big integers being incorrectly trimmed Dependencies: |
1.0.1 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-1.0.1 Release date: 2005-09-08 13:42 UTC Release state: stable Release uploaded by: quipo Changelog: * fixed req #3842: added support for INNER JOINs * fixed bug #3902, now non-integer primaryCol are supported * fixed bug #4189: update() quoted the PK even if the "raw" option was set * fixed pass-by-reference error with PHP 5.1 (thanks to Dmitry Shirokov) Dependencies: |
1.0.0 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-1.0.0 Release date: 2005-03-03 11:04 UTC Release state: stable Release uploaded by: quipo Changelog: * fixed bug #3290, getCount() method returns zero when using an offset (patch by kubo at isite dot co dot jp) * strings lenghtier than the column max size are truncated to prevent db errors * using setOrder() with setGroup()+setHaving() could cause a malformed query * fully tested with MySQL, PostgreSQL and Firebird/Interbase (added a new testsuite using SimpleTest) Dependencies: |
0.11.1 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-0.11.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-0.11.1 Release date: 2004-10-18 11:14 UTC Release state: stable Release uploaded by: quipo Changelog: * allow multiple left|right join clauses. NB: getJoin($type) now returns array( $joinTable1 => $joinOnClause1, $joinTable2 => $joinOnClause2, ) * allow class usage without instanciating a db object (to use the class as a simple query builder) * unset non-specific PEAR::DB options before calling connect() (bug #1614) * allow reuse of existing connection (bug #2007), thanks to eln at gmx dot net Dependencies: |
0.10.1 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-0.10.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-0.10.1 Release date: 2004-05-05 04:01 UTC Release state: stable Release uploaded by: quipo Changelog: * on UPDATE, field names are no more prefixed by the table name (it didn't work with PostgreSQL) * added an $options parameter to connect() * fixed bug #284 (Log::factory() needs to return a reference) * fixed bug #298 (reset() does not reset limit) * fixed bug #322 (undefined var $autoConnect) * changed useResult() method; now it accepts a $type parameter, use it to return 'array' results or 'object' results (thanks to Roman Dostovalov). Please note that BC is maintained, useResult(true) will default to useResult('array'), and useResult(false) will default to useResult('none'). * fixed problems with useResult(true) and empty results * when using useResult(true), if the user doesn't call getFirst() on the first iteration, the class does so automatically * PHP 5 fixes * fixes to the testsuite Dependencies: |
0.9.8 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-0.9.8 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-0.9.8 Release date: 2003-09-23 11:28 UTC Release state: stable Release uploaded by: cain Changelog: * added new method getQueryString() which returns the rendered query * added setDbInstance() which lets you supply an existing DB-instance to work with using this you dont need to pass a DSN to the constructor! Dependencies:
|
0.9.7 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-0.9.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-0.9.7 Release date: 2003-09-15 15:08 UTC Release state: stable Release uploaded by: cain Changelog: * use Log 1.7 API Dependencies:
|
0.9.6 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-0.9.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-0.9.6 Release date: 2003-09-12 16:02 UTC Release state: stable Release uploaded by: cain Changelog: - bugfix in addMultiple() - addWhereSearch now only prefixes known columns as it is supposed to be, otherwise it would also prefix aliases with the table name, which is bull... - quirk in the addLeftJoin() method ... not nice, but v1.0 will be, unit tests pass but thats still not enough proof - make setLimit also work to unset it Dependencies:
|
0.9.5 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-0.9.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-0.9.5 Release date: 2003-06-17 19:01 UTC Release state: stable Release uploaded by: cain Changelog: - bugfix when writing log files, times were wrong - bugfix in EasyJoin, which added unnecessary conditions - bugfix in building column alias which is at the end of the string - bugfix in addMultiple() which didnt work without primaryCol - bugfix in addHaving and unit test, thanks to Johannes Schäfer |
0.9.4 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-0.9.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-0.9.4 Release date: 2003-06-06 14:45 UTC Release state: stable Release uploaded by: cain Changelog: - added set/getLimit(), which set the limit globally, getAll() and getCol() can still overwrite this temporarily - added addOrder() - added *Having() methods by Johannes Schaefer - added log functionality - added condition param to addWhereSearch() - fix bug in building group clause for getCount() - bug fix in building join |
0.9.3 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-0.9.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-0.9.3 Release date: 2003-03-11 09:11 UTC Release state: stable Release uploaded by: cain Changelog: - new method getCol() which lets you retreive just one column - getAll() takes an additional optional parameter, where you can define the method that should be used for firing the query - update() does also consider the value of setWhere() when no primary column is given added a _buildUpdateQuery() for that too - added umbrello-uml class diagram - fixing some typos, esp. for making the useResult() work - bugfix in update, use fully qualified table name (Uwe Dörl) - bugfix in _buildSelectQuery, enclose column names by "" now Oracle should work and also reserved keywords can be used as column names (Uwe Dörl) - some bugfixes and more CS issues |
0.9.2 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-0.9.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-0.9.2 Release date: 2003-02-09 20:52 UTC Release state: stable Release uploaded by: cain Changelog: - now you can customize the sequence name - testing on postgres and added example - enhancing the constructor to take the error/log callbacks - some cleaning up |
0.9.1 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-0.9.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-0.9.1 Release date: 2003-01-29 12:32 UTC Release state: stable Release uploaded by: cain Changelog: maintanence release, fix a lot E_ALL issues and CS issues |
0.9 |
Easy InstallNot sure? Get more info. pear install DB_QueryTool-0.9 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_QueryTool-0.9 Release date: 2003-01-17 13:42 UTC Release state: stable Release uploaded by: cain Changelog: - initial release in PEAR |