Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.8.6

Bug #13562 Missing sequences on database dump
Submitted: 2008-04-02 09:43 UTC
From: lucor Assigned: ifeghali
Status: Closed Package: MDB2_Schema (version 0.8.2)
PHP Version: 5.2.4 OS: ubuntu 7.10
Roadmaps: (Not assigned)    
Subscription  


 [2008-04-02 09:43 UTC] lucor (Luca Corbo)
Description: ------------ The required "on" tag for sequence with the relative childs are missed in the dumped xml. Tested against Mysql 5.0.51a and sqlite 2.8.17 Expected result: ---------------- <sequence> <name>mysequence</name> <on> <table>files</table> <field>id</field> </on> </sequence> Actual result: -------------- <sequence> <name>mysequence</name> </sequence>

Comments

 [2008-10-25 01:16 UTC] ifeghali (Igor Feghali)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.