snapperben / gulp-mysql-command-file-processor

This a gulp npm module that allows DDL sql files to be run into a MySql server as part of a controlled release
8 stars 4 forks source link

Semicolons in text strings #1

Closed snapperben closed 9 years ago

snapperben commented 9 years ago

If the sql being processed has semicolons in a text string then Gulp-MySql-Command-file-Processor (GMCFP) will interpret that as the end of a command.

I will look to detect the start and end of strings (single quote ONLY) and therefore to ignore semicolons inside a string

snapperben commented 9 years ago

This has been fixed in version 1.0.3