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

npm update #8

Closed iseus closed 8 years ago

iseus commented 8 years ago

It would be nice if you update the npm package also.

Here is one of your fork with some clever additions: strickdj

Including this package.json and moving the js file to the root folder is a good idea because this module doesn't have any library or included file.

Steve

snapperben commented 8 years ago

Steve, I have updated the NPM package to 1.0.4 I am a complete numpty at NPM/Gist (my background is C++ server side on banking systems) so I hope I haven't screwed it up. I will look at moving the index.js file location in Git as suggested soon

cheers

Ben

On Sun, Apr 3, 2016 at 1:27 PM, iseus notifications@github.com wrote:

It would be nice if you update the npm package also.

Here is one of your fork with some clever additions: stricdj https://github.com/strickdj/gulp-mysql-command-file-processor

Including this package.json and moving the js file to the root folder is a good idea because this module doesn't have any library or included file.

Steve

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/snapperben/gulp-mysql-command-file-processor/issues/8

iseus commented 8 years ago

Thanks, I had to make some more modifications because I found a bug in the comment block handling. Also I'll make some tests and changes for stored procedure handling because developers usually changes the delimiter, which means sending a command after every ; will cause errors also.