Pull.
J'ai juste update le cutie.js, CONNARD Ah oui, j'ai aussi add le info.js, qui est merdique d'ailleurs
This commit is contained in:
2
node_modules/mysql2/lib/connection_config.js
generated
vendored
2
node_modules/mysql2/lib/connection_config.js
generated
vendored
@@ -68,6 +68,7 @@ const validOptions = {
|
||||
queueLimit: 1,
|
||||
waitForConnections: 1,
|
||||
jsonStrings: 1,
|
||||
gracefulEnd: 1,
|
||||
};
|
||||
|
||||
class ConnectionConfig {
|
||||
@@ -190,6 +191,7 @@ class ConnectionConfig {
|
||||
};
|
||||
this.maxPreparedStatements = options.maxPreparedStatements || 16000;
|
||||
this.jsonStrings = options.jsonStrings || false;
|
||||
this.gracefulEnd = options.gracefulEnd || false;
|
||||
}
|
||||
|
||||
static mergeFlags(default_flags, user_flags) {
|
||||
|
||||
Reference in New Issue
Block a user