Added refactored comment producing using header_comment.
authorDarren Chamberlain <dlc@sevenroot.org>
Fri, 25 Apr 2003 11:47:25 +0000 (11:47 +0000)
committerDarren Chamberlain <dlc@sevenroot.org>
Fri, 25 Apr 2003 11:47:25 +0000 (11:47 +0000)
commit5ee19df8c65090ec0aa4e261c5a55c5599c3f484
treea621e27b0bcef4f1fdf20f3da17526c40483ed8f
parenta2ba36baf2c2441da5b22442764ae0e8857ce12c
Added refactored comment producing using header_comment.

Added 'omit_empty_tags' option to  XML producer.  Also added some
documentation.

Made SQLite producer produce actual auto incremented fields (using the
INTEGER PRIMARY KEY hack) if the field is an auto-incremented one.  This
modifies slightly how indexes are produced.

Also modified how mk_name is called in the SQLite producer; SQLite
doesn't accept index names that begin with numbers.
lib/SQL/Translator/Producer/ClassDBI.pm
lib/SQL/Translator/Producer/MySQL.pm
lib/SQL/Translator/Producer/Oracle.pm
lib/SQL/Translator/Producer/PostgreSQL.pm
lib/SQL/Translator/Producer/SQLite.pm
lib/SQL/Translator/Producer/XML.pm