mysql2 3.9.8 → 3.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -118,7 +118,7 @@ class ConnectionConfig {
118
118
  this.trace = options.trace !== false;
119
119
  this.stringifyObjects = options.stringifyObjects || false;
120
120
  this.enableKeepAlive = options.enableKeepAlive !== false;
121
- this.keepAliveInitialDelay = options.keepAliveInitialDelay || 0;
121
+ this.keepAliveInitialDelay = options.keepAliveInitialDelay;
122
122
  if (
123
123
  options.timezone &&
124
124
  !/^(?:local|Z|[ +-]\d\d:\d\d)$/.test(options.timezone)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mysql2",
3
- "version": "3.9.8",
3
+ "version": "3.9.9",
4
4
  "description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",
5
5
  "main": "index.js",
6
6
  "typings": "typings/mysql/index",
@@ -80,7 +80,7 @@
80
80
  "eslint-plugin-markdown": "^5.0.0",
81
81
  "husky": "^9.0.2",
82
82
  "lint-staged": "^15.0.1",
83
- "poku": "^1.8.1",
83
+ "poku": "^1.13.0",
84
84
  "portfinder": "^1.0.28",
85
85
  "prettier": "^3.0.0",
86
86
  "progress": "^2.0.3",