mmatuson / SchemaSync

A MySQL Schema Versioning and Migration Utility
http://mmatuson.github.io/SchemaSync/
Other
337 stars 110 forks source link

Column Comment Regex is Greedy #2

Closed mmatuson closed 14 years ago

mmatuson commented 14 years ago

The regular expression for stripping comments can NOT be greedy. It results in incorrect create table statements.

mmatuson commented 14 years ago

fixed in 0.9.1