New SQLite parser.
[dbsrgits/SQL-Translator.git] / lib /
2003-10-03 Ken Youens-Clark New SQLite parser.
2003-10-02 Mark Addison Removed debug warning
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-Clark 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-Clark Added comment for FKs (if necessary).
2003-09-26 Ken Youens-Clark Push foreign key defs to end of file to avoid errors...
2003-09-26 Ken Youens-Clark No need to create constraint names if they don't alread...
2003-09-26 Ken Youens-Clark Fixed "parse_list_args" to not stringify reference...
2003-09-26 Ken Youens-Clark Removed unnecessary code.
2003-09-26 Ken Youens-Clark 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-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-Clark Wasn't producing field comments.
2003-09-09 Ken Youens-Clark 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-Clark 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-Clark Fixed problems in foreign key rule.
2003-09-08 Mark Addison + Added visability arg.
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-Clark PG was choking on a lot of small errors, and some of...
2003-09-02 Allen Day turnkey producer still broken, will try to get it worki...
2003-08-29 Ken Youens-Clark Removed backslash-escaping of single quotes where unnec...
2003-08-29 Ken Youens-Clark 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-Clark The arg is called "output_type," not "image_type."
2003-08-27 Ken Youens-Clark Added some Oracle datatypes so you can translate Oracle...
2003-08-27 Ken Youens-Clark Added rule for "create index" and fine tuned "default_v...
2003-08-26 Ken Youens-Clark Fixed bug in comment rule.
2003-08-26 Ken Youens-Clark No longer calling script "sql_translator.pl."
2003-08-26 Ken Youens-Clark Added drop table rule, saving of table comments.
2003-08-26 Ken Youens-Clark Alias to XML::SQLFairy.
2003-08-26 Ken Youens-Clark Fixed drop table rule.
2003-08-26 Ken Youens-Clark Added default of PAargs.
2003-08-26 Ken Youens-Clark Added "title" arg.
2003-08-22 Ken Youens-Clark Fixing docs.
2003-08-22 Ken Youens-Clark Corrected the docs a bit (no more data structure to...
2003-08-22 Ken Youens-Clark One day we'll make this the 0.03 release.
2003-08-22 Ken Youens-Clark Got rid of "SqlfXML."
2003-08-22 Ken Youens-Clark Changed the way "_list" works to use File::Find so...
2003-08-22 Ken Youens-Clark Cosmetic changes.
2003-08-22 Ken Youens-Clark Adding old SqlfXML producer as XML/SQLFairy.
2003-08-22 Ken Youens-Clark Moving to XML/SQLFairy.pm.
2003-08-21 Ken Youens-Clark Small change.
2003-08-21 Ken Youens-Clark Fixed problem with "deep recursion."
2003-08-21 Ken Youens-Clark Expanded on AUTHORS, added dumping of Schema object...
2003-08-21 Ken Youens-Clark Some special logic to better handle check constraints...
2003-08-21 Ken Youens-Clark Some special logic to handle check constraints.
2003-08-21 Ken Youens-Clark Now with check constraints!
2003-08-21 Ken Youens-Clark Wasn't adding check constraints! Fixed.
2003-08-21 Ken Youens-Clark Some cosmetic changes, some stuff dealing with check...
2003-08-21 Ken Youens-Clark Changed default layout.
2003-08-21 Ken Youens-Clark Got rid of "our."
2003-08-21 Ken Youens-Clark Got rid of "our," changed field sizes.
2003-08-21 Ken Youens-Clark Changed the default sizes to be the width of the field...
2003-08-21 Ken Youens-Clark Corrections.
2003-08-21 Ken Youens-Clark Adding it back and making it an alias to XML::SQLFairy.
2003-08-21 Ken Youens-Clark Moved to "XML/SQLFairy.pm."
2003-08-21 Ken Youens-Clark Adding former "SqlfXML.pm" as "XML/SQLFairy.pm."
2003-08-20 Ken Youens-Clark Added a little to POD, some other simple changes to...
2003-08-20 Ken Youens-Clark Fixed up POD, some other cosmetics changes, removed...
2003-08-20 Ken Youens-Clark Bug fixes prompted by Gail Binkley:
2003-08-20 Ken Youens-Clark Removed "use warnings" to make 5.00503-friendly.
2003-08-20 Ken Youens-Clark Created a separate rule for "text" datatype and set...
2003-08-20 Ken Youens-Clark Added small transform to turn "XML-SQLFairy" into ...
2003-08-20 Ken Youens-Clark Added boilerplate header, some cosmetic/POD changes.
2003-08-20 Ken Youens-Clark Fixed bug where the "is_auto_increment" flag wasn't...
2003-08-20 Ken Youens-Clark Making sure that all vars are initialized to get rid...
2003-08-20 Ken Youens-Clark All cosmetic changes while I was looking to find "unini...
2003-08-20 Ken Youens-Clark Some minor bug fixen, additions.
2003-08-20 Ken Youens-Clark Some changes to "comments" method.
2003-08-20 Ken Youens-Clark 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-Clark Mostly functional.
2003-08-19 Ken Youens-Clark Added code to catch table comments (simply assumes...
2003-08-19 Ken Youens-Clark Added code to print out table comments.
2003-08-19 Ken Youens-Clark Changed "tinytext" to convert to "varchar2," undef...
2003-08-19 Ken Youens-Clark Added setting of field size for *text fields. Did...
2003-08-18 Darren Chamberlain Fixed pod oopsie
2003-08-18 Darren Chamberlain PODified smelto's email address.
2003-08-18 Ken Youens-Clark Breaking a long line.
2003-08-18 Ken Youens-Clark Minor cosmetic changes.
2003-08-18 Ken Youens-Clark Use of "map," emit warning when changing PK from CLOB...
2003-08-17 Ross Smith II Fixed ORA-02329 and ORA-00907 errors.
next