X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=6b85fd349682bdecd0eef901455ac7977759d6e0;hb=ec2ab48dd6d6151ef14e0878a4a7929a98477b5c;hp=9f1fbc62bb6e2a29072b7906dd8dc7c54137d0e3;hpb=88008d5011fcffe5e918df977f9f06bab870c702;p=dbsrgits%2FSQL-Translator.git diff --git a/MANIFEST b/MANIFEST index 9f1fbc6..6b85fd3 100644 --- a/MANIFEST +++ b/MANIFEST @@ -28,9 +28,15 @@ lib/SQL/Translator/Producer/PostgreSQL.pm lib/SQL/Translator/Producer/Raw.pm lib/SQL/Translator/Producer/SQLite.pm lib/SQL/Translator/Producer/XML.pm +lib/SQL/Translator/Schema.pm +lib/SQL/Translator/Schema/Constants.pm +lib/SQL/Translator/Schema/Constraint.pm +lib/SQL/Translator/Schema/Field.pm +lib/SQL/Translator/Schema/Index.pm +lib/SQL/Translator/Schema/Table.pm +lib/SQL/Translator/Schema/View.pm lib/SQL/Translator/Utils.pm lib/SQL/Translator/Validator.pm -t.pl t/01load.t t/02mysql-parser.t t/03mysql-to-oracle.t @@ -42,7 +48,10 @@ t/08postgres-to-mysql.t t/09auto-dia.t t/10excel.t t/11normalize.t -t/data/Chado-CV-PostGreSQL.sql +t/12header_comment.t +t/13schema.t +t/14postgres-parser.t t/data/Excel/t.xls t/data/mysql/Apache-Session-MySQL.sql t/data/mysql/BGEP-RE-create.sql +t/data/pgsql/Chado-CV-PostGreSQL.sql