<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net/">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/MDB2_Schema/download/0.8.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Schema/download/0.8.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Schema/download/0.8.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Schema/download/0.7.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Schema/download/0.7.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Schema/download/0.7.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Schema/download/0.6.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Schema/download/0.5.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Schema/download/0.4.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Schema/download/0.4.2/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for ifeghali</title>
<description>The latest releases for the PEAR developer ifeghali (Igor Feghali)</description>
</channel>

<item rdf:about="http://pear.php.net/package/MDB2_Schema/download/0.8.2/">
 <title>MDB2_Schema 0.8.2</title>
 <link>http://pear.php.net/package/MDB2_Schema/download/0.8.2/</link>
 <content:encoded>- updated dependency&lt;br /&gt;
- updated license disclaimer in source code files&lt;br /&gt;
- use quoteIdentifier in getInstructionFields() (Bug #13037)&lt;br /&gt;
- After database creation, sqlite db connection not usable (Bug #11920)&lt;br /&gt;
- Supporting Database Charset (Bug #12908)&lt;br /&gt;
- writeInitialization() fails at given conditions (Bug #12950)&lt;br /&gt;
- drop usage of listDatabases() (Bug #12636), as a consequence updateDatabase() doesn't check anymore whether updating database exists&lt;br /&gt;
- index-length documented and included in Parser2 (Bug #12540)&lt;br /&gt;
- xsl transformation chooses wrong value for length (Bug #12261)&lt;br /&gt;
- added README file for docs dir&lt;br /&gt;
- the correct variable name for warning is &quot;warnings&quot; not &quot;operation&quot; in example script&lt;br /&gt;
- disabled transactions in the example script&lt;br /&gt;
- introducing mdb2_schematool, a command line tool to dump and load schemas&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- Clean up output of getDefinitionFromDatabase(). Sync it with Parser and Parser2.&lt;br /&gt;
- Automatically load reserved keywords&lt;br /&gt;
- Make MDB2_Schema loadable via MDB2_Driver_Common::loadModule() (Bug #8270)&lt;br /&gt;
- Allow simple if statements that mean that anything enclosed is only executed&lt;br /&gt;
  if it meets certain criterias based on that version number (or some other&lt;br /&gt;
  variable). This would enable people to add DML statements that are only&lt;br /&gt;
  executed when updating from a specific version.&lt;br /&gt;
- Modularize Writer code or remake it&lt;br /&gt;
- Add specific error codes for Validate class&lt;br /&gt;
- Add support for ORDER clauses on UPDATEs (to resolve the duplicate key &lt;br /&gt;
  problem)&lt;br /&gt;
- Update description.schema.xml&lt;br /&gt;
- Create unit test for comparedefinitions()&lt;br /&gt;
- Create unit test for initializetable()&lt;br /&gt;
- Create unit test to compare the expected array definition with what is parsed&lt;br /&gt;
- Improve validateDataFieldValue() to validate &lt;column&gt;&lt;br /&gt;
- Provide more info on MDB2_Schema_Validate errors (output parsed value and expected value)&lt;br /&gt;
- Views support&lt;br /&gt;
- Fulltext index support
 </content:encoded>
 <dc:date>2008-02-23T00:17:01-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Schema/download/0.8.1/">
 <title>MDB2_Schema 0.8.1</title>
 <link>http://pear.php.net/package/MDB2_Schema/download/0.8.1/</link>
 <content:encoded>- updated dependency&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- Clean up output of getDefinitionFromDatabase(). Sync it with Parser and Parser2.&lt;br /&gt;
- Automatically load reserved keywords&lt;br /&gt;
- Make MDB2_Schema loadable via MDB2_Driver_Common::loadModule() (Bug #8270)&lt;br /&gt;
- Allow simple if statements that mean that anything enclosed is only executed&lt;br /&gt;
  if it meets certain criterias based on that version number (or some other&lt;br /&gt;
  variable). This would enable people to add DML statements that are only&lt;br /&gt;
  executed when updating from a specific version.&lt;br /&gt;
- Modularize Writer code or remake it&lt;br /&gt;
- Add specific error codes for Validate class&lt;br /&gt;
- Add support for ORDER clauses on UPDATEs (to resolve the duplicate key &lt;br /&gt;
  problem)&lt;br /&gt;
- Update description.schema.xml&lt;br /&gt;
- Create unit test for comparedefinitions()&lt;br /&gt;
- Create unit test for initializetable()&lt;br /&gt;
- Create unit test to compare the expected array definition with what is parsed&lt;br /&gt;
- Improve validateDataFieldValue() to validate &lt;column&gt;&lt;br /&gt;
- Provide more info on MDB2_Schema_Validate errors (output parsed value and expected value)&lt;br /&gt;
- Views support&lt;br /&gt;
- Fulltext index support
 </content:encoded>
 <dc:date>2007-08-30T16:04:16-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Schema/download/0.8.0/">
 <title>MDB2_Schema 0.8.0</title>
 <link>http://pear.php.net/package/MDB2_Schema/download/0.8.0/</link>
 <content:encoded>- Primary Key is removed when updating a table against its XML (Bug #11604)&lt;br /&gt;
- Added support to INSERT...SELECT syntax, so it is now possible to prevent data loss when rollback an updated database (Bug #10892)&lt;br /&gt;
- Updated API of getInstructionFields() and getInstructionWhere()&lt;br /&gt;
- It is now possible to prevent updateDatabase() of overwriting the old schema file&lt;br /&gt;
- alterDatabaseTables() first add new tables, then remove the old one. it is necessary to save table data before a remove&lt;br /&gt;
- updateDatabase() was aborting, under certain conditions, when &lt;was&gt; was not found (Bug #11600)&lt;br /&gt;
- Now validating database definition when reverse engineering (Bug #11604)&lt;br /&gt;
- createDatabase() has a new parameter that is passed to the database driver to set some options like table engine&lt;br /&gt;
- Foreign Keys support&lt;br /&gt;
- It is now possible to assign to a column the value of another column, of the same table, when inserting data&lt;br /&gt;
- Fixed the HTML etities issue when parsing a schema file (Bug #11676)&lt;br /&gt;
- XML Documentation, XSD and DST updated to show/expect the attributes in a unique order. Writer and parsers was also updated to handle the attributes in that some order. That said Parser and Parser2 must have the exactly same output for a given XML&lt;br /&gt;
- Except for table fields, all other database elements are being initialized with all its attributes, no matter if those attributes are present on the XML or not&lt;br /&gt;
- Many bugs fixed in Parser2, that was not creating a valid database definition&lt;br /&gt;
- Introduced attribute &quot;fixed&quot; of table field declaration&lt;br /&gt;
- validateIndex() is now checking whether a index has fields&lt;br /&gt;
- Validate is not returning MDB2_OK instead of boolean true&lt;br /&gt;
- XML Documentation and schema validators revised and updated&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- Clean up output of getDefinitionFromDatabase(). Sync it with Parser and Parser2.&lt;br /&gt;
- Automatically load reserved keywords&lt;br /&gt;
- Make MDB2_Schema loadable via MDB2_Driver_Common::loadModule() (Bug #8270)&lt;br /&gt;
- Allow simple if statements that mean that anything enclosed is only executed&lt;br /&gt;
  if it meets certain criterias based on that version number (or some other&lt;br /&gt;
  variable). This would enable people to add DML statements that are only&lt;br /&gt;
  executed when updating from a specific version.&lt;br /&gt;
- Modularize Writer code or remake it&lt;br /&gt;
- Add specific error codes for Validate class&lt;br /&gt;
- Add support for ORDER clauses on UPDATEs (to resolve the duplicate key &lt;br /&gt;
  problem)&lt;br /&gt;
- Update description.schema.xml&lt;br /&gt;
- Create unit test for comparedefinitions()&lt;br /&gt;
- Create unit test for initializetable()&lt;br /&gt;
- Create unit test to compare the expected array definition with what is parsed&lt;br /&gt;
- Improve validateDataFieldValue() to validate &lt;column&gt;&lt;br /&gt;
- Provide more info on MDB2_Schema_Validate errors (output parsed value and expected value)&lt;br /&gt;
- Views support&lt;br /&gt;
- Fulltext index support
 </content:encoded>
 <dc:date>2007-08-20T12:44:53-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Schema/download/0.7.2/">
 <title>MDB2_Schema 0.7.2</title>
 <link>http://pear.php.net/package/MDB2_Schema/download/0.7.2/</link>
 <content:encoded>- Allow options to be passed in when creating tables (Bug #10278)&lt;br /&gt;
- Existence of a single index results in no further index creation (Bug #10296)&lt;br /&gt;
- MDB2_Schema::createTableIndexes() ignores indexes (Bug #10285)&lt;br /&gt;
- column identifiers quoting problem (Bug #10195)&lt;br /&gt;
- Handle 'scale' value in DECIMAL field definition (Bug #10475)&lt;br /&gt;
- fixed phpdoc comment for validateDataField()&lt;br /&gt;
- all primary keys are given an index name of &quot;primary&quot; (Bug #10457)&lt;br /&gt;
- example.php should echo xml when no filename is given (Bug #10226)&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- Make MDB2_Schema loadable via MDB2_Driver_Common::loadModule() (Bug #8270)&lt;br /&gt;
- Add ability to define variables inside the schema (like a version number)&lt;br /&gt;
- Allow simple if statements that mean that anything enclosed is only executed&lt;br /&gt;
  if it meets certain criterias based on that version number (or some other&lt;br /&gt;
  variable). This would enable people to add DML statements that are only&lt;br /&gt;
  executed when updating from a specific version.&lt;br /&gt;
- Modularize Writer code or remake it&lt;br /&gt;
- Add specific error codes for Validate class&lt;br /&gt;
- Add support for ORDER clauses on UPDATEs (to resolve the duplicate key &lt;br /&gt;
  problem)&lt;br /&gt;
- Update description.schema.xml&lt;br /&gt;
- Document how to use the API&lt;br /&gt;
- Create unit test for comparedefinitions()&lt;br /&gt;
- Create unit test for initializetable()&lt;br /&gt;
- Create unit test to compare the expected array definition with what is parsed&lt;br /&gt;
- HTML entities aren't being parsed correctly&lt;br /&gt;
- Improve validateDataFieldValue() to validate &lt;column&gt;&lt;br /&gt;
- Provide more info on MDB2_Schema_Validate errors (output parsed value and expected value)&lt;br /&gt;
- Views support&lt;br /&gt;
- Foreign keys support&lt;br /&gt;
- Fulltext index support
 </content:encoded>
 <dc:date>2007-04-07T09:57:58-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Schema/download/0.7.1/">
 <title>MDB2_Schema 0.7.1</title>
 <link>http://pear.php.net/package/MDB2_Schema/download/0.7.1/</link>
 <content:encoded>- Package converted to version 2&lt;br /&gt;
- compareDefinition() was trying to update non-changing id field (Bug #8820)&lt;br /&gt;
- for a moment &lt;default&gt; should be always parsed as string, no matter the field&lt;br /&gt;
  type. this behavior may change in the future.&lt;br /&gt;
- undefined method MDB2_Schema::quoteIdentifier() (Bug #9172)&lt;br /&gt;
- added support for explicit NULL (&lt;null&gt;&lt;/null&gt;)&lt;br /&gt;
- &lt;value&gt;&lt;/value&gt; is now correctly being parsed as an empty string&lt;br /&gt;
- fixed internal bug in Parser that was introduced in revision 1.46 (Bug #9435)&lt;br /&gt;
- MDB2_Schema_Parser::setData() has been removed&lt;br /&gt;
- MDB2_Schema_Validate::validateDataField() is validating field data again&lt;br /&gt;
  (Bug #9181)&lt;br /&gt;
- updated reserved keywords of ibase&lt;br /&gt;
- updated XML Schema documentation&lt;br /&gt;
- updated XML Schema example&lt;br /&gt;
- added a new test case to isBoolean() (empty string)&lt;br /&gt;
- released the very first approach of the new parser that makes usage of&lt;br /&gt;
  XML_Serializer (alternative parser)&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- Make MDB2_Schema loadable via MDB2_Driver_Common::loadModule() (Bug #8270)&lt;br /&gt;
- Add ability to define variables inside the schema (like a version number)&lt;br /&gt;
- Allow simple if statements that mean that anything enclosed is only executed&lt;br /&gt;
  if it meets certain criterias based on that version number (or some other&lt;br /&gt;
  variable). This would enable people to add DML statements that are only&lt;br /&gt;
  executed when updating from a specific version.&lt;br /&gt;
- Modularize Writer code or remake it&lt;br /&gt;
- Add specific error codes for Validate class&lt;br /&gt;
- Add support for ORDER clauses on UPDATEs (to resolve the duplicate key &lt;br /&gt;
  problem)&lt;br /&gt;
- Update description.schema.xml&lt;br /&gt;
- Document how to use the API&lt;br /&gt;
- Create unit test for comparedefinitions()&lt;br /&gt;
- Create unit test for initializetable()&lt;br /&gt;
- Create unit test to compare the expected array definition with what is parsed&lt;br /&gt;
- HTML entities aren't being parsed correctly&lt;br /&gt;
- Add optional support for scale in decimal fields&lt;br /&gt;
- Improve validateDataFieldValue() to validate &lt;column&gt;&lt;br /&gt;
- Provide more info on MDB2_Schema_Validate errors (output parsed value and expected value)&lt;br /&gt;
- Views support&lt;br /&gt;
- Foreign keys support&lt;br /&gt;
- Fulltext index support
 </content:encoded>
 <dc:date>2007-02-21T07:53:01-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Schema/download/0.7.0/">
 <title>MDB2_Schema 0.7.0</title>
 <link>http://pear.php.net/package/MDB2_Schema/download/0.7.0/</link>
 <content:encoded>- Improved INSERT support, added UPDATE and DELETE statements&lt;br /&gt;
- XML syntax redesigned to cover DML addictions&lt;br /&gt;
- Creation of an explicit NULL (&lt;null&gt;&lt;/null&gt;)&lt;br /&gt;
- various fixes to the DTD, including DML addictions&lt;br /&gt;
- XSD schema definition created&lt;br /&gt;
- Tests also output php version&lt;br /&gt;
- New example parse.php lets you check how a XML schema is stored&lt;br /&gt;
- Updated schema.xml to demo the DML support&lt;br /&gt;
- Documentation reformulated, also covering new XML syntax&lt;br /&gt;
- Improved demo script example.php, which now includes more actions and options&lt;br /&gt;
- Writer is returning an error when fopen() fails&lt;br /&gt;
- Writer has now its own error code&lt;br /&gt;
- Variable &quot;seq&quot; became &quot;sequence&quot; and &quot;seq_name&quot; became &quot;sequence_name&quot; in the&lt;br /&gt;
  Parser&lt;br /&gt;
- Moved validation code out of the Parser into a new separate class called&lt;br /&gt;
  Validation&lt;br /&gt;
- Fixed index handling in the Parser&lt;br /&gt;
- Refactored error handling in the Parser&lt;br /&gt;
- Removed variable &quot;init_field&quot;, that wasn't being used, from the Parser&lt;br /&gt;
- Parser simulates only one level of recurssion, which means no more than &lt;br /&gt;
  function-expression or vice-versa&lt;br /&gt;
- Fixed warning due to not checking with isset() in the Parser&lt;br /&gt;
- Fixed warning due to not checking with isset() in the Schema&lt;br /&gt;
- Typo fix (related to Bug #9024)&lt;br /&gt;
- Fixed createDatabase() that was trying to use a non-existant database that &lt;br /&gt;
  was about to be created&lt;br /&gt;
- Simplified API for compareTableFieldsDefinitions() and &lt;br /&gt;
  compareTableIndexesDefinitions()&lt;br /&gt;
- Rewritten some docblocks&lt;br /&gt;
- Added fold markers where missing&lt;br /&gt;
- Removed @static from non static methods&lt;br /&gt;
- Fixed several PEAR CS issues&lt;br /&gt;
- Added code for field/identifier quoting&lt;br /&gt;
- Ensure all identifiers are passed to quoteIdentifier() (Bug #8429)&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- Make MDB2_Schema loadable via MDB2_Driver_Common::loadModule() (Bug #8270)&lt;br /&gt;
- Add ability to define variables inside the schema (like a version number)&lt;br /&gt;
- Allow simple if statements that mean that anything enclosed is only executed&lt;br /&gt;
  if it meets certain criterias based on that version number (or some other&lt;br /&gt;
  variable). This would enable people to add DML statements that are only&lt;br /&gt;
  executed when updating from a specific version.&lt;br /&gt;
- Add support for recursive tag parsing. Currently only expression&lt;-&gt;function&lt;br /&gt;
  is supported but not expression-expression or function-function, although&lt;br /&gt;
  recursion is already supported by the initializeTable() method&lt;br /&gt;
- Parser should be replaced for XML serializer ?&lt;br /&gt;
- Modularize Writer code or remake it&lt;br /&gt;
- Add specific error codes for Validate class&lt;br /&gt;
- Add support for ORDER clauses on UPDATEs (to resolve the duplicate key &lt;br /&gt;
  problem)&lt;br /&gt;
- Update description.schema.xml&lt;br /&gt;
- Document how to use the API&lt;br /&gt;
- Create unit test for comparedefinitions()&lt;br /&gt;
- Create unit test for initializetable()&lt;br /&gt;
- Create unit test to compare the expected array definition with what is parsed&lt;br /&gt;
- HTML entities aren't being parsed correctly&lt;br /&gt;
- Add optional support for scale in decimal fields&lt;br /&gt;
- Implement &quot;WHERE column IS NULL&quot;&lt;br /&gt;
- Add ability to parse a &quot;contents-only&quot; XML dump
 </content:encoded>
 <dc:date>2006-10-21T17:23:08-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Schema/download/0.6.0/">
 <title>MDB2_Schema 0.6.0</title>
 <link>http://pear.php.net/package/MDB2_Schema/download/0.6.0/</link>
 <content:encoded>- added new XSL and CSS for xml schema file rendering (thx Bertrand)&lt;br /&gt;
- automatically generate &lt;on&gt; tags in &lt;sequence&gt; tags if there is a table with&lt;br /&gt;
  the same name and a single column primary key&lt;br /&gt;
- do not dump default for LOB fields (Bug #7596)&lt;br /&gt;
- added support for &quot;fixed&quot; (needs more testing)&lt;br /&gt;
- phpdoc tweaks (thx Stoyan)&lt;br /&gt;
- fixed primary key emulation and some other minor issues in createTableIndexes() (Bug #7758)&lt;br /&gt;
- implemented skip_unreadable parameter in parseDatabaseDefinition() (Bug #7756)&lt;br /&gt;
- switched most array_key_exists() calls to !empty() to improve readability and performance&lt;br /&gt;
- fixed a few edge cases and potential warnings&lt;br /&gt;
- add method name as scope for call debug() calls&lt;br /&gt;
- use getValidTypes() from MDB2&lt;br /&gt;
- hint if dropping a primary constraint&lt;br /&gt;
- minor code tweak in how initialization data is set in the prepared statement&lt;br /&gt;
- force ISO-8859-1 when parsing XML due to different defaults for PHP4 and PHP5&lt;br /&gt;
- fixed handling for changes in indexes/constaints (Bug #7901)&lt;br /&gt;
- made forcing of defaults optional via the 'force_defaults' option (Request #8074)&lt;br /&gt;
- fixed several issues in the DTD (Bug #7890)&lt;br /&gt;
- set length and fixed for user_password in the test suite&lt;br /&gt;
- use nested transactions instead of normal transactions
 </content:encoded>
 <dc:date>2006-07-23T03:22:47-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Schema/download/0.5.0/">
 <title>MDB2_Schema 0.5.0</title>
 <link>http://pear.php.net/package/MDB2_Schema/download/0.5.0/</link>
 <content:encoded>- expanded reserved word handling&lt;br /&gt;
- fix LOB data dumping&lt;br /&gt;
- added overwrite support to writer class&lt;br /&gt;
- added comment for idxname_format setting to example&lt;br /&gt;
- added autoincrement and primary to the documentation and .xsl/.dtd&lt;br /&gt;
- if we cannot create the database, then assume it was created manually in the&lt;br /&gt;
  test suite&lt;br /&gt;
- added option valid_types&lt;br /&gt;
- added option to set parser and writer class&lt;br /&gt;
- automatically let the installer set the API Version&lt;br /&gt;
- make sure that the Datatype module is loaded&lt;br /&gt;
- added valid_types property to determine if a given type is valid&lt;br /&gt;
  schema and to set missing default values&lt;br /&gt;
- allow CURRENT_* as default in temporal types (bug #6416)&lt;br /&gt;
- improve test suite documentation&lt;br /&gt;
- added parseDatabaseDefinition() that can work with a file or array definition&lt;br /&gt;
- removed database_definition property and as a result reworked the API of most&lt;br /&gt;
  methods *BC BREAK*&lt;br /&gt;
- added _dumpBoolean() in writer to better support variables in boolean fields&lt;br /&gt;
- allow method callbacks in MDB2_Schema_Writer::dumpDatabase (bug #7363)&lt;br /&gt;
- set error code in all raiseError() calls&lt;br /&gt;
- minor updates to the xml schema xsl and documentation (thx Bertrand)
 </content:encoded>
 <dc:date>2006-04-16T08:06:32-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Schema/download/0.4.3/">
 <title>MDB2_Schema 0.4.3</title>
 <link>http://pear.php.net/package/MDB2_Schema/download/0.4.3/</link>
 <content:encoded>- renamed &quot;manager&quot; property to &quot;schema&quot; for clarity in the testsuite&lt;br /&gt;
- fixed logic related to using a non existant previous schema name in updateDatabase()&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- better handling for NULL values in the xml schema format
 </content:encoded>
 <dc:date>2006-02-05T11:04:34-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Schema/download/0.4.2/">
 <title>MDB2_Schema 0.4.2</title>
 <link>http://pear.php.net/package/MDB2_Schema/download/0.4.2/</link>
 <content:encoded>- added ability to dump sql instead of commiting it to the database in the example&lt;br /&gt;
- fix for bug in handling of boolean default values (bug #6397)&lt;br /&gt;
- default to notnull = false in the schema parser&lt;br /&gt;
- several fixes for database alterations (thx Matthias)&lt;br /&gt;
- default for autoincrement can be '0' or 0 in the parser&lt;br /&gt;
- set default 0 for autoincrement columns when reverse engineering a schema&lt;br /&gt;
- expect MDB2_ERROR_ALREADY_EXISTS when creating a database (bug #6481)&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- better handling for NULL values in the xml schema format
 </content:encoded>
 <dc:date>2006-01-13T19:14:35-05:00</dc:date>
</item>

</rdf:RDF>