Skip to content

Commit

Permalink
- add changes for next release
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/DB_QueryTool/trunk@118193 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Wolfram Kriesing committed Feb 26, 2003
1 parent a142eed commit 064a000
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions package.xml
Expand Up @@ -27,15 +27,19 @@ SQL-Statements and execute them.
</maintainers>

<release>
<version>0.9.2</version>
<version>0.9.3</version>
<license>PHP</license>
<state>stable</state>
<date>2003-02-09</date>
<date>2003-0?-??</date>
<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
- 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() now 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
- some more CS issues
</notes>

<filelist>
Expand Down Expand Up @@ -63,6 +67,18 @@ SQL-Statements and execute them.
</release>

<changelog>
<release>
<version>0.9.2</version>
<license>PHP</license>
<state>stable</state>
<date>2003-02-09</date>
<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>
</release>
<release>
<version>0.9.1</version>
<license>PHP</license>
Expand Down

0 comments on commit 064a000

Please sign in to comment.