1. Fix behaviour with -- in strings. Allow calid table name like 'table--name'
0.7.3
1. Added support `/* ... */` block comments 2. Added support for Mysql '' comments
0.7.1
1. Ignore inline with '--' comments
0.7.0
1. Redone logic of parse CREATE TABLE statements, now they parsed as one statement (not line by line as previous) 2. Fixed several minor bugs with edge cases in default values and checks 3. Added support for ALTER FOREIGN KEY statement for several fields in one statement
0.6.1
1. Fix minor bug with schema in index statements
0.6.0
1. Added support for SEQUENCE statemensts 2. Added support for ARRAYs in types 3. Added support for CREATE INDEX statements