We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3e448e + 8934f80 commit 2f55022Copy full SHA for 2f55022
ast/postgresql.ts
@@ -50,7 +50,7 @@ export type create_db_stmt_t = {
50
type: 'create',
51
keyword: 'database' | 'schema',
52
if_not_exists?: 'if not exists',
53
- database: string,
+ database: ident_without_kw_type,
54
create_definitions?: create_db_definition
55
}
56
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-sql-parser",
3
- "version": "5.1.0",
+ "version": "5.2.0",
4
"description": "simple node sql parser",
5
"main": "index.js",
6
"types": "types.d.ts",
0 commit comments