node-sql-parser
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -16,2 +16,4 @@ "use strict"; | ||
var _transactsql = require("../build/transactsql"); | ||
var _sql = _interopRequireDefault(require("./sql")); | ||
@@ -27,3 +29,4 @@ | ||
mariadb: _mariadb.parse, | ||
postgresql: _postgresql.parse | ||
postgresql: _postgresql.parse, | ||
transactsql: _transactsql.parse | ||
}; | ||
@@ -30,0 +33,0 @@ |
@@ -180,2 +180,5 @@ "use strict"; | ||
case 'transactsql': | ||
return `[${ident}]`; | ||
default: | ||
@@ -182,0 +185,0 @@ return `\`${ident}\``; |
{ | ||
"name": "node-sql-parser", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "simple node sql parser", | ||
@@ -51,3 +51,3 @@ "main": "index.js", | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.5", | ||
"@types/mocha": "^7.0.1", | ||
"chai": "^4.2.0", | ||
@@ -54,0 +54,0 @@ "coveralls": "^3.0.6", |
@@ -55,2 +55,3 @@ # Nodejs SQL Parser | ||
- PostgresQL | ||
- TransactSQL | ||
@@ -57,0 +58,0 @@ ### Create AST for SQL statement |
Sorry, the diff of this file is too big to display
2528067
34
90195
222