Print out field comments using Oracle "comment on field" syntax.
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser /
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!
2003-04-07 Darren Chamberlain Why make these globals?
2003-04-06 Ken Youens-Clark Some syntax fixes, package name was wrong, added Mikey...
2003-04-06 Mikey Melillo Init Check in. This follows closely along the lines...
2003-04-02 Ken Youens-Clark Added grammar for "REFERENCES" (foreign keys).
2003-04-02 Ken Youens-Clark Got foreign key references basically working now.
2003-02-26 Ken Youens-Clark Added more rule (alter table) to be able handle Chado...
2003-02-25 Ken Youens-Clark Deleted "index" rules, allowed fore and aft comments...
2003-02-25 Ken Youens-Clark Added production to field rule to handle embedded comments.
2003-02-25 Ken Youens-Clark Added some documentation to PG and MySQL; the "eofile...
2003-02-25 Ken Youens-Clark A working PG parser!
2003-02-25 Allen Day i forget what i did, but i found more bugs. we need...
2003-02-25 Allen Day BUG. the parser cannot handle 'precision' as a qualifi...
2003-02-25 Allen Day added a serial->int auto_increment fix, a varchar-...
2003-02-21 Allen Day moving files around per ky's request
2003-02-21 Allen Day an adaptor for postgres. this works, but i think my...
2003-02-15 Ken Youens-Clark Added fulltext index.
2003-01-29 Darren Chamberlain Set $DEBUG to 0 by default.
2003-01-27 Darren Chamberlain Documentation fixes; added Chris' name to copyright...
2002-11-28 Ken Youens-Clark Added a rule to MySQL parser to disregard "DROP......
2002-11-23 Ken Youens-Clark Fixed spelling of "indices" in various files, finished...
2002-11-22 Ken Youens-Clark Rolled in Darren's new list_[producers|parsers], lots...
2002-11-20 Ken Youens-Clark Fixed a lot of little things in modules, docs, etc...
2002-10-11 Chris Mungall *** empty log message ***
2002-07-23 Darren Chamberlain Changed error_out usage to error
2002-03-25 Darren Chamberlain Added CSV parser and a test.
2002-03-21 Darren Chamberlain Merged changes from darren-1_0 tag into HEAD branch...
2002-03-15 Darren Chamberlain Added copyright notices to top of files.
2002-03-01 Ken Youens-Clark Initial checkin.