node-mysql2 icon indicating copy to clipboard operation
node-mysql2 copied to clipboard

:zap: fast mysqljs/mysql compatible mysql driver for node.js

Results 356 node-mysql2 issues
Sort by recently updated
recently updated
newest added

Hi, I noticed that the MySQL2 project relies on the package [email protected], which has not been maintained for over a decade and lacks a license. The absence of a license...

Starting from version 3.4.1, an error occurs when build the application using `deno compile`. TS2339 [ERROR]: Property 'execute' does not exist on type 'PoolConnection' TS2339 [ERROR]: Property 'query' does not...

This commit addresses circular dependencies between index.js and promise.js, as well as within files in the lib directory such as pool.js and pool_connection.js. It introduces a new common.js module to...

refactor

### Discussed in https://github.com/sidorares/node-mysql2/discussions/3095 This is really a documentation enhancement request and should not be moved to a discussion. There is no place in the docs where the correct syntax...

documentation

Fixes "typeCast Next type appears to be incorrect" #3122 Also replaced references to the old incorrect type signature in referencing comments

typescript

# Problem The current return type of `Next` is `void`. This led to a bug in the code because as currently typed, the return value of `next` appears to be...

typescript

Hi there, Sorry in advance for any missing or irrelevant information, first time creating an issue. ### Issue We've identified that when connecting to a clustered database, 1 writer and...

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt Instead of treating MySQL BIGINT as String, It would be great if we could use JavaScript BigInt primitive.

feature request

Hi, there are PR's more then 4 years old, Maybe these should just be closed

Please note that this is a case where the behavior of MySQL2 diverges significantly from MySQL. Testcase for MySQL ```js import {pipeline} from 'stream/promises' import {Transform} from 'stream' import mysql...

needs investigation