Made some changes suggested by Michael Slattery to fix table level comments. Also...
authorBen Faga <faga@cshl.edu>
Tue, 5 Jul 2005 16:20:43 +0000 (16:20 +0000)
committerBen Faga <faga@cshl.edu>
Tue, 5 Jul 2005 16:20:43 +0000 (16:20 +0000)
commit7c71eaabc3be1d3a5846a39d02fc8fe9cd8d7585
treeeb6c71dc7ad09a05a737895d6b332e94550b67fe
parent80e716f5aeebb4ef7daaf0ee38e534d912681acb
Made some changes suggested by Michael Slattery to fix table level comments.  Also added in field level comments.

His remarks follow:

Table level comments weren't populating.  The empty tag is generated in XML, but not populated.  $table->comments() doesn't have a get_comments method, so that explains my if/else around $meth

Right now it produces 'comment' data elements with no attributes in the 'comments' tag.  If this is a bad idea please let me know.
lib/SQL/Translator/Parser/XML/SQLFairy.pm
lib/SQL/Translator/Producer/PostgreSQL.pm
lib/SQL/Translator/Producer/SQLite.pm
lib/SQL/Translator/Producer/XML/SQLFairy.pm