Added multiplicity to AssociationEnds.
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser /
2003-10-04 Ken Youens-Clark Now parsing and adding views and triggers to schema.
2003-10-04 Paul Harrington extract out text of stored procedures and triggers
2003-10-03 Ken Youens-Clark Adding new Sybase entries -- should the full "use"...
2003-10-03 Ken Youens-Clark Fixed syntax error.
2003-10-03 Ken Youens-Clark Adding Sybase parser for Paul.
2003-10-03 Ken Youens-Clark Some mods.
2003-10-03 Ken Youens-Clark Fixing AUTHORS.
2003-10-03 Ken Youens-Clark Adding a MySQL/DBI parser that talks to the db for...
2003-10-03 Ken Youens-Clark Streamlined.
2003-10-03 Mark Addison Made dataType a proper obj instead of just a name.
2003-10-03 Ken Youens-Clark Adding new DBI and experimental DBI::SQLite parsers.
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 Changed debug to dump xmi model data and not just classes.
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-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 Split out XMI parsing to SQL::Translator::XMI::Parser...
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-04 Mark Addison Initial version of XMI parser.
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-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 Some cosmetic changes, some stuff dealing with check...
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-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 Fixed bug where the "is_auto_increment" flag wasn't...
2003-08-20 Ken Youens-Clark Some minor bug fixen, additions.
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 setting of field size for *text fields. Did...
2003-08-18 Ken Youens-Clark Breaking a long line.
2003-08-17 Ross Smith II Added FIXED as DEC per mysql.com/doc/en/Column_types...
2003-08-17 Ross Smith II Lots of Postgres fixes:
2003-08-16 Ross Smith II Stops Use of uninitialized value in numeric gt (>)...
2003-08-16 Ross Smith II Applied CPAN patch #3247: Missing ora_data_type dec...
2003-08-16 Ross Smith II MySQL allows for length parameter on PRIMARY KEY field...
2003-08-15 Ken Youens-Clark Expanded default value rule to allow a bare word like...
2003-08-15 Ken Youens-Clark Changed default value rule slightly to allow the empty...
2003-08-15 Mark Addison Added support for the attrib_values option of the XML...
2003-08-12 Ken Youens-Clark Fixed spelling error of "deferrable."
2003-08-12 Ken Youens-Clark Changes to make case-insensitive rules, fixed spelling...
2003-08-08 Ken Youens-Clark Added "set" rule, remove extra space after comment...
2003-08-07 Ken Youens-Clark Fixing bugs as reported by S. Quinney in RT ticket.
2003-08-07 Mark Addison Changed term single tags to empty tags to mean <foo...
2003-08-07 Mark Addison Added BUG notes and test about single tags e.g. <foo/>
2003-08-06 Mark Addison Fixed default value bug in Parser::SqlfXML.
2003-08-06 Mark Addison Moved Producer::XML to Producer::SqlfXML.
2003-08-04 Ken Youens-Clark New MySQL 4 syntax allows field names to be in backtick...
2003-08-04 Ken Youens-Clark Applying (spirit of) patch from RT making keyword ...
2003-07-25 Ken Youens-Clark Added "character set" as field qualifier as this is...
2003-07-18 Ken Youens-Clark Allow embedded comments a la the PG parser, store the...
2003-07-11 Ken Youens-Clark Made "pg_data_type" rules case-insensitive per a patch...
2003-06-25 Ken Youens-Clark Added "()" to character class of "default_val" rule...
2003-06-23 Ken Youens-Clark Fixed grammar for REVOKE and GRANT (missing word "table").
2003-06-18 Ken Youens-Clark Fixed VERSION.
2003-06-17 Ken Youens-Clark Added INSERT and UPDATE placeholders to get parser...
2003-06-11 Ken Youens-Clark Modified all filed to quit returning the data structure...
2003-06-09 Ken Youens-Clark Added rule to catch a default value given just as ...
2003-06-09 Ken Youens-Clark Added "alter" to be able to parse output of Oracle...
2003-06-06 Ken Youens-Clark Added sorting of tables, other cosmetic changes.
2003-06-06 Ken Youens-Clark Cleaned up code (mostly cosmetic), added normalization...
2003-06-06 Ken Youens-Clark Quit putting PK defs as indices, cosmetic changes to...
2003-06-06 Ken Youens-Clark Added a better quote; quit putting FKs at field level...
2003-06-06 Ken Youens-Clark Fixed parsing of field size for float values.
2003-06-06 Ken Youens-Clark Changes to grammar to clean up, moved primary key defs...
2003-06-04 Ken Youens-Clark Added rules to catch common (but useless) statements.
2003-06-03 Ken Youens-Clark More work on default field sizes for numerics.
2003-06-03 Ken Youens-Clark Added default field sizes for numeric fields if not...
2003-06-03 Ken Youens-Clark Changed grammar to bring it more inline with the offici...
2003-05-09 Ken Youens-Clark Modified to call translator to get schema rather than...
2003-05-09 Ken Youens-Clark Lots of changes to fix merge.
2003-05-09 Ken Youens-Clark Playing around with new schema object.
2003-05-07 Ken Youens-Clark Updated to use Text::RecordParser and added scanning...
2003-05-03 Ken Youens-Clark "size" of a field needs to be an arrayref as it could...
2003-05-03 Ken Youens-Clark Fixed error '"my" variable $wb_count masks earlier...
2003-05-03 Ken Youens-Clark Fixed an error in default value regex that disallowed...
2003-05-03 Ken Youens-Clark Using some of the rules from the PG grammar to make...
2003-04-30 Ken Youens-Clark Fixed error that was preventing MySQL parser from worki...
2003-04-17 Allen Day adding callbacks to Translator.pm to allow mangling...
2003-04-17 Allen Day workaround to get auto_increment working from PG "seria...
2003-04-17 Darren Chamberlain Attempt to be more robust.lib/SQL/Translator/Validator.pm
2003-04-10 Ken Youens-Clark Hey, new Oracle parser!
next