<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>DB_QueryTool</name>
  <summary>An OO-interface for easily retreiving and modifying data in a DB.</summary>
  <description>This package is an OO-abstraction to the SQL-Query language, it provides methods such
as setWhere, setOrder, setGroup, setJoin, etc. to easily build queries.
It also provides an easy to learn interface that interacts nicely with HTML-forms using
arrays that contain the column data, that shall be updated/added in a DB.
This package bases on an SQL-Builder which lets you easily build
SQL-Statements and execute them.</description>
  <maintainers>
    <maintainer>
      <user>cain</user>
      <name>Wolfram Kriesing</name>
      <email>wolfram@kriesing.de</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>0.9.2</version>
    <date>2003-02-09</date>
    <license>PHP</license>
    <state>stable</state>
    <notes>- 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</notes>
    <filelist>
      <file role="php" baseinstalldir="DB" md5sum="1fc3bfbb169bbf448cea8b55c1585efa" name="QueryTool.php"/>
      <file role="php" baseinstalldir="DB" md5sum="8d66e4cc8eb4281ea359253a6d6fc167" name="QueryTool/Query.php"/>
      <file role="php" baseinstalldir="DB" md5sum="6977a6c02c50e22247eeaf64eb8d9ef6" name="QueryTool/EasyJoin.php"/>
      <file role="php" baseinstalldir="DB" md5sum="b4d9c0fa85f4e6eb9580c93ff4def5d8" name="QueryTool/Result.php"/>
      <file role="doc" baseinstalldir="DB" md5sum="7cf3c3035e726027ef860051d28ebed6" name="docs/example.php"/>
      <file role="doc" baseinstalldir="DB" md5sum="7bd8b3c0dde5b2811203e58d4d1bd058" name="docs/mysql.sql"/>
      <file role="doc" baseinstalldir="DB" md5sum="c0f62bc23d8e438997eb6711820b1242" name="docs/pgsql.sql"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.9.1</version>
      <date>2003-01-29</date>
      <state>stable</state>
      <notes>maintanence release, fix a lot E_ALL issues and CS issues
</notes>
    </release>
    <release>
      <version>0.9</version>
      <date>2003-01-17</date>
      <state>stable</state>
      <notes>- initial release in PEAR
</notes>
    </release>
  </changelog>
</package>
