Closed taojoe closed 8 years ago
Should be fixed in 0d660071d006591bcaac90938c518bd705c12161, could you please verify?
Yes, it works. Thanks.
I will make a release on monday when Im home
Could you make the release today?
Sorry, I had no internet access the whole weekend. Released
Thanks.
version 2.x use class 'get sql' to construct the sql string, this is not working with node-mysql.
node-mysql use for(prop in sql), so the 'get sql' will not be called.
please see https://github.com/mysqljs/mysql/blob/master/lib/Connection.js#L50