think-model-postgresql
Advanced tools
Comparing version 1.0.5 to 1.1.0
@@ -148,2 +148,5 @@ const thinkInstance = require('think-instance'); | ||
} | ||
if (this.config.debounce !== undefined) { | ||
sqlOptions.debounce = this.config.debounce; | ||
} | ||
if (sqlOptions.debounce === undefined) { | ||
@@ -150,0 +153,0 @@ sqlOptions.debounce = true; |
{ | ||
"name": "think-model-postgresql", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"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
476
22295
11