dbsrgits/SQL-Translator.git
2012-01-04 Allen Day use format_package_mangling for compatibility with... historic/turnkey_1.1_patches
2012-01-04 Brian O'Connor Kinda has sorting woring on the column labels for a...
2012-01-04 Allen Day ugh, i don't want to maintain this branch any longer...
2012-01-04 Allen Day instantiate linked objects as necessary
2012-01-04 Brian O'Connor Now supports rendering list view as list of PK.
2012-01-04 Allen Day missing </td></tr>
2012-01-04 Allen Day removing unnecessary comments
2012-01-04 Allen Day fixes to properly generate linkable fields
2012-01-04 Brian O'Connor Stable 1.1 branch of the Turnkey producer. Needed...
2003-08-28 Brian O'Connor The Turnkey package is based on the ClassDBI package...
2003-08-27 Ken Youens... Trying to expand to cover all args to parsers and produ...
2003-08-27 Ken Youens... The arg is called "output_type," not "image_type."
2003-08-27 Ken Youens... Added some Oracle datatypes so you can translate Oracle...
2003-08-27 Ken Youens... Added rule for "create index" and fine tuned "default_v...
2003-08-26 Ken Youens... Added test for table comment as SQL comment.
2003-08-26 Ken Youens... Fixed bug in comment rule.
2003-08-26 Ken Youens... Fixed docs.
2003-08-26 Ken Youens... Fixed EXE_FILES filenames.
2003-08-26 Ken Youens... No longer calling script "sql_translator.pl."
2003-08-26 Ken Youens... Added drop table rule, saving of table comments.
2003-08-26 Ken Youens... Fixed script name.
2003-08-26 Ken Youens... Alias to XML::SQLFairy.
2003-08-26 Ken Youens... Used to be "sql_translator.cgi."
2003-08-26 Ken Youens... Updated with new bin file names.
2003-08-26 Ken Youens... Fixed drop table rule.
2003-08-26 Ken Youens... Added default of PAargs.
2003-08-26 Ken Youens... Added "title" arg.
2003-08-26 Ken Youens... Changes.
2003-08-26 Ken Youens... Adding new files.
2003-08-26 Ken Youens... Fixed up POD, allow for other ways to specify db.
2003-08-26 Ken Youens... Moved POD around, added all options for all parsers...
2003-08-26 Ken Youens... Moving files around, removing ".pl" suffixes, now all...
2003-08-24 Ken Youens... No real changes.
2003-08-22 Ken Youens... Fixing docs.
2003-08-22 Ken Youens... Corrected the docs a bit (no more data structure to...
2003-08-22 Ken Youens... OK, I guess it's not necessary to explicitly add "META...
2003-08-22 Ken Youens... Added "META.yml" as newest version of ExtUtils::MakeMak...
2003-08-22 Ken Youens... One day we'll make this the 0.03 release.
2003-08-22 Ken Youens... Got rid of "SqlfXML."
2003-08-22 Ken Youens... Changes to quit using "SqlfXML."
2003-08-22 Ken Youens... Adding XML and XML-SQLFairy producers.
2003-08-22 Ken Youens... Changed the way "_list" works to use File::Find so...
2003-08-22 Ken Youens... Cosmetic changes.
2003-08-22 Ken Youens... Adding old SqlfXML producer as XML/SQLFairy.
2003-08-22 Ken Youens... Moving to XML/SQLFairy.pm.
2003-08-21 Ken Youens... Small change.
2003-08-21 Ken Youens... Fixed problem with "deep recursion."
2003-08-21 Ken Youens... Added link to CPAN ratings.
2003-08-21 Ken Youens... Expanded on AUTHORS, added dumping of Schema object...
2003-08-21 Ken Youens... Some special logic to better handle check constraints...
2003-08-21 Ken Youens... Some special logic to handle check constraints.
2003-08-21 Ken Youens... Now with check constraints!
2003-08-21 Ken Youens... Wasn't adding check constraints! Fixed.
2003-08-21 Ken Youens... Some cosmetic changes, some stuff dealing with check...
2003-08-21 Ken Youens... Added test for check constraint.
2003-08-21 Ken Youens... Added tests for check constraint.
2003-08-21 Ken Youens... Changed default layout.
2003-08-21 Ken Youens... Chagned default.
2003-08-21 Ken Youens... Some POD changes.
2003-08-21 Ken Youens... Changed default layout type.
2003-08-21 Ken Youens... Added Ying.
2003-08-21 Ken Youens... Changed to use XML::SQLFairy.
2003-08-21 Ken Youens... Modified to use XML::SQLFairy, changed field size to...
2003-08-21 Ken Youens... Got rid of "our."
2003-08-21 Ken Youens... Changed field size.
2003-08-21 Ken Youens... Got rid of "our," changed field sizes.
2003-08-21 Ken Youens... Changed the default sizes to be the width of the field...
2003-08-21 Ken Youens... Increased field sizes to match what PG parser is storin...
2003-08-21 Ken Youens... Moved XML producer.
2003-08-21 Ken Youens... Corrections.
2003-08-21 Ken Youens... Adding it back and making it an alias to XML::SQLFairy.
2003-08-21 Ken Youens... Moved to "XML/SQLFairy.pm."
2003-08-21 Ken Youens... Adding former "SqlfXML.pm" as "XML/SQLFairy.pm."
2003-08-21 Ken Youens... Fixed POD.
2003-08-20 Ken Youens... Added a little to POD, some other simple changes to...
2003-08-20 Ken Youens... Fixed up POD, some other cosmetics changes, removed...
2003-08-20 Ken Youens... Bug fixes prompted by Gail Binkley:
2003-08-20 Ken Youens... Removed "use warnings" to make 5.00503-friendly.
2003-08-20 Ken Youens... Created a separate rule for "text" datatype and set...
2003-08-20 Ken Youens... Started trying to think of all the changes for 0.03.
2003-08-20 Ken Youens... Added "template" option for TTSchema produce, added...
2003-08-20 Ken Youens... Added small transform to turn "XML-SQLFairy" into ...
2003-08-20 Ken Youens... Added boilerplate header, some cosmetic/POD changes.
2003-08-20 Ken Youens... Changed test to match what's returned for the size...
2003-08-20 Ken Youens... Changed test to match what "comments" now returns.
2003-08-20 Ken Youens... Added test to make sure that serial field has 1 for...
2003-08-20 Ken Youens... Fixed bug where the "is_auto_increment" flag wasn't...
2003-08-20 Ken Youens... Making sure that all vars are initialized to get rid...
2003-08-20 Ken Youens... All cosmetic changes while I was looking to find "unini...
2003-08-20 Ken Youens... Some minor bug fixen, additions.
2003-08-20 Ken Youens... Some changes to "comments" method.
2003-08-20 Ken Youens... Working changes I made to 1.31 back in: Many cosmetic...
2003-08-20 Darren Chamberlain Forgot to add my new test, and made the use of CGI...
2003-08-20 Darren Chamberlain Updated MANIFEST.
2003-08-19 Ken Youens... Added test number.
2003-08-19 Ken Youens... Added Sybase parser back in.
2003-08-19 Ken Youens... Mostly functional.
2003-08-19 Ken Youens... Almost functional.
2003-08-19 Ken Youens... Added code to catch table comments (simply assumes...
2003-08-19 Ken Youens... Added code to print out table comments.
next