Skip to content

Commit

Permalink
- updated changelog
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/MDB2/trunk@216567 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Lukas Smith committed Jul 17, 2006
1 parent 28669f0 commit 822ecee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
- added optional method name parameter to raiseError() and use whereever possible
- added a new option "debug_expanded_output" which needs to be set to true to
get additional context information and to get "post" callback calls
- reworked tableInfo() to use a common implementation based on getTableFieldDefinition()
when a table name is passed (Bug #8124)
this is a slight *BC break*, but was necessary since tableInfo() provided
unreliable and not portable information. most noteably 'flags' is no longer
supported in tableInfo() when passing in a table name, which was not portable
- added 'nativetype' output to tableInfo() and getTableFieldDefinition()
- added 'mdb2type' output to getTableFieldDefinition()
open todo items:
- handle autoincrement fields in alterTable()
Expand Down

0 comments on commit 822ecee

Please sign in to comment.