Comparing version 1.5.3 to 1.5.4
const lexer = require('sql-parser').lexer; | ||
const postgisFunctions = /^(ST_value|ST_Intersects|st_buffer|ST_AsGeoJson|ST_SetSRID|ST_GeomFromGeoJSON|ST_METADATA|ST_SUMMARYSTATS|ST_HISTOGRAM|TO_NUMBER|TO_CHAR|ST_GeoHash|first|last|ST_BANDMETADATA|st_centroid|ST_X|ST_Y|CF_[a-zA-Z0-9_-])$/gi; | ||
const postgisFunctions = /^(ST_value|st_transform|ST_Intersects|st_buffer|ST_AsGeoJson|ST_SetSRID|ST_GeomFromGeoJSON|ST_METADATA|ST_SUMMARYSTATS|ST_HISTOGRAM|TO_NUMBER|TO_CHAR|ST_GeoHash|first|last|ST_BANDMETADATA|st_centroid|ST_X|ST_Y|CF_[a-zA-Z0-9_-])$/gi; | ||
const between = /^between$/gi; | ||
@@ -5,0 +5,0 @@ const sqlStatements = /^delete$/gi; |
{ | ||
"name": "sql2json", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102008