sql-parser-cst
Advanced tools
Comparing version 0.21.1 to 0.21.2
@@ -266,4 +266,4 @@ import { AllColumns, BaseNode, Empty, Keyword } from "./Base"; | ||
type: "func_call_with_column_definitions"; | ||
funcCall: FuncCall; | ||
asKw: Keyword<"AS">; | ||
funcCall: Alias<FuncCall> | FuncCall; | ||
asKw?: Keyword<"AS">; | ||
columns: ParenExpr<ListExpr<ColumnDefinition>>; | ||
@@ -270,0 +270,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"license": "GPL-2.0-or-later", | ||
"version": "0.21.1", | ||
"version": "0.21.2", | ||
"main": "lib/main.js", | ||
@@ -8,0 +8,0 @@ "types": "lib/main.d.ts", |
Sorry, the diff of this file is too big to display
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
4441039