think-model-postgresql
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -148,7 +148,8 @@ const thinkInstance = require('think-instance'); | ||
} | ||
if (this.config.debounce !== undefined) { | ||
sqlOptions.debounce = this.config.debounce; | ||
} | ||
if (sqlOptions.debounce === undefined) { | ||
sqlOptions.debounce = true; | ||
if (this.config.debounce !== undefined) { | ||
sqlOptions.debounce = this.config.debounce; | ||
} else { | ||
sqlOptions.debounce = true; | ||
} | ||
} | ||
@@ -155,0 +156,0 @@ const startTime = Date.now(); |
{ | ||
"name": "think-model-postgresql", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "PostgreSQL adapter for ThinkJS 3.x", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
22318
477