Changed references to on_delete_do to on_delete and on_update_do to on_update. I...
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / MySQL.pm
2005-06-28 Ben Faga Changed references to on_delete_do to on_delete and...
2005-06-27 Chris Hilton Added collate and 'on update current_timestamp' field...
2005-06-15 Ken Youens-Clark Added "official" table and field comment rules.
2005-06-10 Ken Youens-Clark Changes to work with latest MySQL TIMESTAMP columns.
2005-06-07 Ken Youens-Clark Some changes that should have been applied a while...
2004-11-25 Mark Addison Applied Dave Howorth's MySQL parser patches
2004-03-01 Ken Youens-Clark Modified comment rules.
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-01-25 Ken Youens-Clark Changed default_val rule according to bug report on...
2004-01-23 Ken Youens-Clark Fixed errors in grammar as reported in "https://rt...
2003-09-08 Ken Youens-Clark Allow space as part of default value.
2003-09-08 Ken Youens-Clark Fixed problems in foreign key rule.
2003-08-26 Ken Youens-Clark Fixed drop table rule.
2003-08-21 Ken Youens-Clark Got rid of "our," changed field sizes.
2003-08-20 Ken Youens-Clark Some minor bug fixen, additions.
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-16 Ross Smith II Stops Use of uninitialized value in numeric gt (>)...
2003-08-16 Ross Smith II MySQL allows for length parameter on PRIMARY KEY field...
2003-08-08 Ken Youens-Clark Added "set" rule, remove extra space after comment...
2003-08-04 Ken Youens-Clark New MySQL 4 syntax allows field names to be in backtick...
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-06-11 Ken Youens-Clark Modified all filed to quit returning the data structure...
2003-06-06 Ken Youens-Clark Added sorting of tables, other cosmetic changes.
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 Playing around with new schema object.
2003-05-03 Ken Youens-Clark Fixed an error in default value regex that disallowed...
2003-04-30 Ken Youens-Clark Fixed error that was preventing MySQL parser from worki...
2003-04-07 Darren Chamberlain Why make these globals?
2003-04-02 Ken Youens-Clark Added grammar for "REFERENCES" (foreign keys).
2003-02-25 Ken Youens-Clark Added some documentation to PG and MySQL; the "eofile...
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-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.