Skip to content

Commit 2f55022

Browse files
Merge pull request #1932 from taozhi8833998/refactor-version
refactor: upgrade version
2 parents a3e448e + 8934f80 commit 2f55022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ast/postgresql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export type create_db_stmt_t = {
5050
type: 'create',
5151
keyword: 'database' | 'schema',
5252
if_not_exists?: 'if not exists',
53-
database: string,
53+
database: ident_without_kw_type,
5454
create_definitions?: create_db_definition
5555
}
5656

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-sql-parser",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "simple node sql parser",
55
"main": "index.js",
66
"types": "types.d.ts",

0 commit comments

Comments
 (0)