node-mysql-utilities icon indicating copy to clipboard operation
node-mysql-utilities copied to clipboard

Query builder for node-mysql with introspection, etc.

Results 12 node-mysql-utilities issues
Sort by recently updated
recently updated
newest added
trafficstars

I found and fix that `count` has `string` type, so below line is always false. https://github.com/tshemsedinov/node-mysql-utilities/blob/e829aa19d76ccf81e451f7420322f60b423650d2/utilities.js#L400 - [ ] tests and linter show no problems (`npm t`) - Please tell...

Applying a fix for #59 . In other words, this pull request enables the usage of `connection.query` and similar methods with all possible mysql function signatures. This makes it possible...

**Describe the bug** If a query connection has been upgraded, the corresponding query override function does not support all signatures of the initial query function. More specifically the [third query...

bug

Would love to see an implementation of this lib to take advantage of the newer [mysql2](https://www.npmjs.com/package/mysql2) library on npm. Any plans for this? Please advise. Thank you!

Hello. Thank you for a great library! It's looks like there is no way to update all the records, without WHERE clause. Both null and {} in where part of...

connection.upsert not work when unique key is composite

As indicated in issues #2 and #3, streaming isn't supported. This fixes that by checking if a callback is passed or not. If one is, it behaves normally. If one...