Comparing version 3.2.6 to 3.2.7
@@ -17,3 +17,3 @@ /* SQB | ||
const TABLE_COLUMN_PATTERN = /^((?:[a-zA-Z][\w$]*\.){0,2}) *([a-zA-Z][\w$]*|\*) *(?:as)? *([a-zA-Z][\w$]*)?$/; | ||
const TABLE_COLUMN_PATTERN = /^((?:[a-zA-Z_][\w$_]*\.){0,2}) *([a-zA-Z_][\w$_]*|\*) *(?:as)? *([a-zA-Z_][\w$_]*)?$/; | ||
@@ -20,0 +20,0 @@ /** |
{ | ||
"name": "sqb", | ||
"description": "Extensible, multi-dialect SQL query builder and Database connection framework for JavaScript", | ||
"version": "3.2.6", | ||
"version": "3.2.7", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
125787