dbsrgits/SQL-Translator.git
2003-10-03 Ken Youens... New SQLite parser.
2003-10-02 Mark Addison Added test for the Rational profile.
2003-10-02 Mark Addison Removed debug warning
2003-10-01 Mark Addison Tidy up, as they seemed to be a bit of a mess.
2003-10-01 Mark Addison Moved visibility test to its own .t
2003-10-01 Mark Addison Added some test xmi files for rational profile (tests...
2003-10-01 Mark Addison Added FKeys from associations
2003-10-01 Mark Addison AssociationEnds gets an 'otherEnd' ref added so you...
2003-10-01 Mark Addison Changed debug to dump xmi model data and not just classes.
2003-09-29 Ken Youens... Kill size attribute if field data type is "text."
2003-09-29 Mark Addison Different versions of XMI now handled by sub-classes...
2003-09-29 Mark Addison The data, as it is being parsed, is added to $self...
2003-09-26 Ken Youens... Added comment for FKs (if necessary).
2003-09-26 Ken Youens... Push foreign key defs to end of file to avoid errors...
2003-09-26 Ken Youens... No need to create constraint names if they don't alread...
2003-09-26 Ken Youens... Fixed "parse_list_args" to not stringify reference...
2003-09-26 Ken Youens... Removed unnecessary code.
2003-09-26 Ken Youens... Added some rules to better handle the output of DDL...
2003-09-25 Allen Day oops, missing }
2003-09-25 Allen Day fix for strange interpretation of 1liner
2003-09-25 Allen Day this is pretty stable, and is ( i think ) generating...
2003-09-22 Mark Addison Moved Rational profile code to its own mod. Added suppo...
2003-09-18 Ken Youens... Trying to correct header for HTML.
2003-09-17 Mark Addison Added lib/SQL/Translator/XMI/Parser.pm
2003-09-17 Mark Addison Started on rational data modeling profile.
2003-09-16 Mark Addison Doc notes on version selection and added xmi.id to...
2003-09-16 Mark Addison Split out XMI parsing to SQL::Translator::XMI::Parser...
2003-09-09 Ken Youens... Checking for field comments now.
2003-09-09 Ken Youens... Wasn't producing field comments.
2003-09-09 Ken Youens... Added a comment for a test.
2003-09-09 Ken Youens... Added tests for alternate form of comments.
2003-09-09 Ken Youens... Added alternate form of comments "/* ... */."
2003-09-09 Mark Addison Added parsing of operations from the XMI. Do we have...
2003-09-09 Mark Addison More refactoring and code tidy. We now have get_attribu...
2003-09-08 Ken Youens... Allow space as part of default value.
2003-09-08 Mark Addison Refactored the internals so that the XMI parsing is...
2003-09-08 Ken Youens... Fixed problems in foreign key rule.
2003-09-08 Mark Addison + Added visability arg.
2003-09-05 Allen Day adding more XMI files. these are identical models...
2003-09-05 Allen Day moved graph generating code (except hyperedges) to...
2003-09-05 Allen Day adding dg classes to represent schema. these are curre...
2003-09-04 Mark Addison Initial version of XMI parser.
2003-09-04 Ken Youens... PG was choking on a lot of small errors, and some of...
2003-09-03 Darren Chamberlain Typo fix.
2003-09-02 Allen Day turnkey producer still broken, will try to get it worki...
2003-08-29 Ken Youens... Removed backslash-escaping of single quotes where unnec...
2003-08-29 Ken Youens... Changed POD to match class name, added link to Turnkey...
2003-08-29 Allen Day firming up can_link()
2003-08-29 Allen Day more functionality in Table.pm, Turnkey.pm is broken...
2003-08-29 Allen Day moving reusable (useful?) code into schema classes
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.
next