node-sql-parser
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -42,2 +42,3 @@ (function (global, factory) { | ||
for_sys_time_as_of: forSystem = {}, | ||
for_update: forUpdate, | ||
groupby, | ||
@@ -71,2 +72,3 @@ having, | ||
clauses.push((0, _limit.limitToSQL)(limit)); | ||
clauses.push((0, _util.toUpper)(forUpdate)); | ||
const sql = clauses.filter(_util.hasVal).join(' '); | ||
@@ -73,0 +75,0 @@ return parentheses ? `(${sql})` : sql; |
{ | ||
"name": "node-sql-parser", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "simple node sql parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4875896
134810