The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Change history for MySQL::Workbench::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