rw-sql-parser
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -238,3 +238,3 @@ (function(root) { | ||
LITERAL = /^`?([a-z_][a-z0-9_\-\[\]-]{0,})`?/i; | ||
LITERAL = /^`?([a-z0-9_\-\[\]\/-]([a-z0-9_\-\[\]\/-]|:(?!:)){0,})`?/i; | ||
@@ -241,0 +241,0 @@ PARAMETER = /^\$[0-9]+/; |
@@ -233,3 +233,3 @@ // Generated by CoffeeScript 1.12.7 | ||
LITERAL = /^`?([a-z_][a-z0-9_\-\[\]-]{0,})`?/i; | ||
LITERAL = /^`?([a-z0-9_\-\[\]\/-]([a-z0-9_\-\[\]\/-]|:(?!:)){0,})`?/i; | ||
@@ -236,0 +236,0 @@ PARAMETER = /^\$[0-9]+/; |
{ | ||
"name": "rw-sql-parser", | ||
"description": "Lexer and Parser for SQL Syntax - Resource Watch edition", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "test": "./node_modules/.bin/cake build && ./node_modules/.bin/mocha --require should --require coffee-script/register \"test/**/*.coffee\"" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
214303
29