2003-09-05 |
Allen Day |
adding dg classes to represent schema. these are curre... |
tree | commitdiff |
2003-09-04 |
Mark Addison |
Initial version of XMI parser. |
tree | commitdiff |
2003-09-04 |
Ken Youens-Clark |
PG was choking on a lot of small errors, and some of... |
tree | commitdiff |
2003-09-02 |
Allen Day |
turnkey producer still broken, will try to get it worki... |
tree | commitdiff |
2003-08-29 |
Ken Youens-Clark |
Removed backslash-escaping of single quotes where unnec... |
tree | commitdiff |
2003-08-29 |
Ken Youens-Clark |
Changed POD to match class name, added link to Turnkey... |
tree | commitdiff |
2003-08-29 |
Allen Day |
firming up can_link() |
tree | commitdiff |
2003-08-29 |
Allen Day |
more functionality in Table.pm, Turnkey.pm is broken... |
tree | commitdiff |
2003-08-29 |
Allen Day |
moving reusable (useful?) code into schema classes |
tree | commitdiff |
2003-08-28 |
Brian O'Connor |
The Turnkey package is based on the ClassDBI package... |
tree | commitdiff |
2003-08-27 |
Ken Youens-Clark |
The arg is called "output_type," not "image_type." |
tree | commitdiff |
2003-08-27 |
Ken Youens-Clark |
Added some Oracle datatypes so you can translate Oracle... |
tree | commitdiff |
2003-08-27 |
Ken Youens-Clark |
Added rule for "create index" and fine tuned "default_v... |
tree | commitdiff |
2003-08-26 |
Ken Youens-Clark |
Fixed bug in comment rule. |
tree | commitdiff |
2003-08-26 |
Ken Youens-Clark |
No longer calling script "sql_translator.pl." |
tree | commitdiff |
2003-08-26 |
Ken Youens-Clark |
Added drop table rule, saving of table comments. |
tree | commitdiff |
2003-08-26 |
Ken Youens-Clark |
Alias to XML::SQLFairy. |
tree | commitdiff |
2003-08-26 |
Ken Youens-Clark |
Fixed drop table rule. |
tree | commitdiff |
2003-08-26 |
Ken Youens-Clark |
Added default of PAargs. |
tree | commitdiff |
2003-08-26 |
Ken Youens-Clark |
Added "title" arg. |
tree | commitdiff |
2003-08-22 |
Ken Youens-Clark |
Fixing docs. |
tree | commitdiff |
2003-08-22 |
Ken Youens-Clark |
Corrected the docs a bit (no more data structure to... |
tree | commitdiff |
2003-08-22 |
Ken Youens-Clark |
One day we'll make this the 0.03 release. |
tree | commitdiff |
2003-08-22 |
Ken Youens-Clark |
Got rid of "SqlfXML." |
tree | commitdiff |
2003-08-22 |
Ken Youens-Clark |
Changed the way "_list" works to use File::Find so... |
tree | commitdiff |
2003-08-22 |
Ken Youens-Clark |
Cosmetic changes. |
tree | commitdiff |
2003-08-22 |
Ken Youens-Clark |
Adding old SqlfXML producer as XML/SQLFairy. |
tree | commitdiff |
2003-08-22 |
Ken Youens-Clark |
Moving to XML/SQLFairy.pm. |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Small change. |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Fixed problem with "deep recursion." |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Expanded on AUTHORS, added dumping of Schema object... |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Some special logic to better handle check constraints... |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Some special logic to handle check constraints. |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Now with check constraints! |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Wasn't adding check constraints! Fixed. |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Some cosmetic changes, some stuff dealing with check... |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Changed default layout. |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Got rid of "our." |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Got rid of "our," changed field sizes. |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Changed the default sizes to be the width of the field... |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Corrections. |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Adding it back and making it an alias to XML::SQLFairy. |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Moved to "XML/SQLFairy.pm." |
tree | commitdiff |
2003-08-21 |
Ken Youens-Clark |
Adding former "SqlfXML.pm" as "XML/SQLFairy.pm." |
tree | commitdiff |
2003-08-20 |
Ken Youens-Clark |
Added a little to POD, some other simple changes to... |
tree | commitdiff |
2003-08-20 |
Ken Youens-Clark |
Fixed up POD, some other cosmetics changes, removed... |
tree | commitdiff |
2003-08-20 |
Ken Youens-Clark |
Bug fixes prompted by Gail Binkley: |
tree | commitdiff |
2003-08-20 |
Ken Youens-Clark |
Removed "use warnings" to make 5.00503-friendly. |
tree | commitdiff |
2003-08-20 |
Ken Youens-Clark |
Created a separate rule for "text" datatype and set... |
tree | commitdiff |
2003-08-20 |
Ken Youens-Clark |
Added small transform to turn "XML-SQLFairy" into ... |
tree | commitdiff |
2003-08-20 |
Ken Youens-Clark |
Added boilerplate header, some cosmetic/POD changes. |
tree | commitdiff |
2003-08-20 |
Ken Youens-Clark |
Fixed bug where the "is_auto_increment" flag wasn't... |
tree | commitdiff |
2003-08-20 |
Ken Youens-Clark |
Making sure that all vars are initialized to get rid... |
tree | commitdiff |
2003-08-20 |
Ken Youens-Clark |
All cosmetic changes while I was looking to find "unini... |
tree | commitdiff |
2003-08-20 |
Ken Youens-Clark |
Some minor bug fixen, additions. |
tree | commitdiff |
2003-08-20 |
Ken Youens-Clark |
Some changes to "comments" method. |
tree | commitdiff |
2003-08-20 |
Ken Youens-Clark |
Working changes I made to 1.31 back in: Many cosmetic... |
tree | commitdiff |
2003-08-20 |
Darren Chamberlain |
Forgot to add my new test, and made the use of CGI... |
tree | commitdiff |
2003-08-20 |
Darren Chamberlain |
Updated MANIFEST. |
tree | commitdiff |
2003-08-19 |
Ken Youens-Clark |
Mostly functional. |
tree | commitdiff |
2003-08-19 |
Ken Youens-Clark |
Added code to catch table comments (simply assumes... |
tree | commitdiff |
2003-08-19 |
Ken Youens-Clark |
Added code to print out table comments. |
tree | commitdiff |
2003-08-19 |
Ken Youens-Clark |
Changed "tinytext" to convert to "varchar2," undef... |
tree | commitdiff |
2003-08-19 |
Ken Youens-Clark |
Added setting of field size for *text fields. Did... |
tree | commitdiff |
2003-08-18 |
Darren Chamberlain |
Fixed pod oopsie |
tree | commitdiff |
2003-08-18 |
Darren Chamberlain |
PODified smelto's email address. |
tree | commitdiff |
2003-08-18 |
Ken Youens-Clark |
Breaking a long line. |
tree | commitdiff |
2003-08-18 |
Ken Youens-Clark |
Minor cosmetic changes. |
tree | commitdiff |
2003-08-18 |
Ken Youens-Clark |
Use of "map," emit warning when changing PK from CLOB... |
tree | commitdiff |
2003-08-17 |
Ross Smith II |
Fixed ORA-02329 and ORA-00907 errors. |
tree | commitdiff |
2003-08-17 |
Ross Smith II |
Added FIXED as DEC per mysql.com/doc/en/Column_types... |
tree | commitdiff |
2003-08-17 |
Ross Smith II |
Added quotes around ENUM values in CONSTRAINT for Oracl... |
tree | commitdiff |
2003-08-17 |
Ross Smith II |
Lots of Postgres fixes: |
tree | commitdiff |
2003-08-16 |
Ross Smith II |
We need to quote the enum field values |
tree | commitdiff |
2003-08-16 |
Ross Smith II |
zerofill has translated as 1 |
tree | commitdiff |
2003-08-16 |
Ross Smith II |
Stops Use of uninitialized value in numeric gt (>)... |
tree | commitdiff |
2003-08-16 |
Ross Smith II |
Fixed ENUMs (They were coming over as ENUM(n)). |
tree | commitdiff |
2003-08-16 |
Ross Smith II |
Applied CPAN patch #3247: Missing ora_data_type dec... |
tree | commitdiff |
2003-08-16 |
Ross Smith II |
Applied patch #780781: Missing binmode in Producer... |
tree | commitdiff |
2003-08-16 |
Ross Smith II |
MySQL allows for length parameter on PRIMARY KEY field... |
tree | commitdiff |
2003-08-15 |
Ken Youens-Clark |
Expanded default value rule to allow a bare word like... |
tree | commitdiff |
2003-08-15 |
Ken Youens-Clark |
Fixed bug in timestamp trigger syntax. |
tree | commitdiff |
2003-08-15 |
Ken Youens-Clark |
Added "integer" conversion. |
tree | commitdiff |
2003-08-15 |
Ken Youens-Clark |
Changed default value rule slightly to allow the empty... |
tree | commitdiff |
2003-08-15 |
Mark Addison |
Added support for the attrib_values option of the XML... |
tree | commitdiff |
2003-08-14 |
Ken Youens-Clark |
Adding acceptance of a "title" arg. |
tree | commitdiff |
2003-08-14 |
Mark Addison |
Added attrib_values option. |
tree | commitdiff |
2003-08-14 |
Allen Day |
removing changes related to primary/essential/other... |
tree | commitdiff |
2003-08-13 |
Ken Youens-Clark |
Added "reset" method, check for existing Schema before... |
tree | commitdiff |
2003-08-13 |
Ken Youens-Clark |
More cosmetic changes to make comments pretty, added... |
tree | commitdiff |
2003-08-12 |
Ken Youens-Clark |
Ran through perltidy, broke long lines, changed logic... |
tree | commitdiff |
2003-08-12 |
Ken Youens-Clark |
Added logic to ensure the PK fields are not nullable... |
tree | commitdiff |
2003-08-12 |
Ken Youens-Clark |
Fixed spelling error of "deferrable." |
tree | commitdiff |
2003-08-12 |
Ken Youens-Clark |
Changes to make case-insensitive rules, fixed spelling... |
tree | commitdiff |
2003-08-08 |
Ken Youens-Clark |
Added "set" rule, remove extra space after comment... |
tree | commitdiff |
2003-08-08 |
Mark Addison |
Added a test for Producer::SqlfXML. |
tree | commitdiff |
2003-08-07 |
Ken Youens-Clark |
Fixing bugs as reported by S. Quinney in RT ticket. |
tree | commitdiff |
2003-08-07 |
Mark Addison |
Fixed bug with emit_empty_tags. It now works and we... |
tree | commitdiff |
2003-08-07 |
Mark Addison |
Changed term single tags to empty tags to mean <foo... |
tree | commitdiff |
2003-08-07 |
Mark Addison |
Added BUG notes and test about single tags e.g. <foo/> |
tree | commitdiff |
next |