jeefo-mysql
Advanced tools
Comparing version 0.0.47 to 0.0.48
@@ -290,3 +290,3 @@ /* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. | ||
function get_connection(table_name, config) { | ||
config = {...default_config, ...config}; | ||
config = {...default_options, ...default_config, ...config}; | ||
if (named_instances.has(table_name)) { | ||
@@ -293,0 +293,0 @@ return named_instances.get(table_name); |
{ | ||
"name": "jeefo-mysql", | ||
"version": "0.0.47", | ||
"version": "0.0.48", | ||
"description": "Very simple MySQL connection instances for each table. I had annoyed enough for MySQL Deadlocks.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17187