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

Request #10122 xinclude in schema files
Submitted: 2007-02-19 07:45 UTC
From: armen Assigned: ifeghali
Status: Assigned Package: MDB2_Schema (version 0.7.0)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 12 - 6 = ?

 
 [2007-02-19 07:45 UTC] armen (Armen Baghumian)
Description: ------------ It's better to give an example here. Let's say we have two initialization schema files. As MDB_Schema parser forces to have <declaration> in the <table> so we need to write declaration section in each file and it will cause duplication. This problem could be solved with an additional file containing the declaration section and including it in initialization files.

Comments

 [2007-02-20 16:52 UTC] ifeghali (Igor Feghali)
Please take a look at bug #9435, if you are talking about the same issue it is already fixed in CVS.
 [2007-02-20 18:30 UTC] mytuxmaster at gmail dot com (ArmenBaghumian)
yeah that's it, thanks. it will solved my problem but I think xinclude could be nice and helpful.