Merge pull request #174 from OHDSI/fix/173

Fixes issue #173. The proper way to allow reserve words in Impala is …
This commit is contained in:
clairblacketer 2018-05-11 14:39:49 -04:00 committed by GitHub
commit 35cc09de77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -374,7 +374,7 @@ CREATE TABLE cdm_source
CREATE TABLE "metadata" CREATE TABLE `metadata`
( (
metadata_concept_id INTEGER, metadata_concept_id INTEGER,
@ -903,7 +903,7 @@ CREATE TABLE note_nlp
snippet VARCHAR(250), snippet VARCHAR(250),
"offset" VARCHAR(250), `offset` VARCHAR(250),
lexical_variant VARCHAR(250), lexical_variant VARCHAR(250),
@ -1008,7 +1008,7 @@ Standardized health system data
CREATE TABLE "location" CREATE TABLE `location`
( (
location_id INTEGER, location_id INTEGER,