Change history for MySQL::Workbench::Parser =========================================== 1.11 2021-12-06 09:39:00 * Documentation improvements thanks to @paultcochrane 1.10 2020-07-06 21:34:00 * add attribute 'tables' to new View class 1.09 2020-07-06 17:21:00 * add feature to parse views defined in the workbench file 1.08 2019-01-16 07:35:00 * store detailed information about datatype of a column in the column object * store flags at the column object 1.07 2019-01-15 07:50:00 * fix behaviour of 'datatypes' for user defined datatypes * add tests 1.06 2019-01-11 14:15:00 * fix bug in linter: do not warn when two names with the same name are unique in the model 1.05 2018-12-10 15:37:00 * add 'as_string' method to column class * add 'dom' attribute to parser 1.04 2018-12-06 10:07:00 * update list of test dependencies 1.02 2018-12-04 20:21:00 * add lint functionality warn on: - duplicate table names - duplicate column names in a table - duplicate indexes * improve tests and code 1.01 2018-09-02 08:09:00 [IMPROVEMENTS] * save column comments 1.00 2018-05-15 18:56:00 [IMPROVEMENTS] * save table comments 0.05 2014-12-23 [IMPROVEMENTS] * add support for actions on foreign keys 0.04 2014-12-23 [IMPROVEMENTS] * add support for INDEXES (UNIQUE, INDEX) 0.03 2014-11-19 - remove "_F" from workbench specific column datatypes - add test for new behaviour 0.02 2014-03-03 - fixed testscript as YAML::Tiny quotes numeric values now 0.01 2013-09-25 initial release