Comparing version 1.0.3 to 1.0.4
@@ -16,3 +16,3 @@ /* SQB | ||
const TABLE_COLUMN_PATTERN = /^((?:[a-zA-Z][\w$]*\.){0,2}) *([a-zA-Z][\w$]*|\*) *(?:as)? *(\w+)?$/; | ||
const TABLE_COLUMN_PATTERN = /^((?:[a-zA-Z][\w$]*\.){0,2}) *([a-zA-Z][\w$]*|\*) *(?:as)? *([a-zA-Z][\w$]*)?$/; | ||
@@ -19,0 +19,0 @@ /** |
{ | ||
"name": "sqb", | ||
"description": "Extensible, multi-dialect SQL query builder and Database connection framework for JavaScript", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"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
126067