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.
1 parent 792cf2d commit c93de7eCopy full SHA for c93de7e
index.d.ts
@@ -65,7 +65,7 @@ export interface Select {
65
export interface Insert_Replace {
66
type: 'replace' | 'insert';
67
db: string | null;
68
- table: string;
+ table: any;
69
columns: string[] | null;
70
values: InsertReplaceValue[];
71
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-sql-parser",
3
- "version": "1.6.17",
+ "version": "1.6.18",
4
"description": "simple node sql parser",
5
"main": "index.js",
6
"types": "index.d.ts",
0 commit comments