fix semantic error

still troubleshooting
This commit is contained in:
Michael Schmidt 2022-02-25 14:42:55 -06:00 committed by GitHub
parent af10112bdb
commit c25c388d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ createDdl <- function(cdmVersion){
# if (fieldName=="offset") {
# field <- paste0('"',fieldName,'"')
# } else {
# field <- fieldName
# }
field <- fieldName
# }
fieldSql <- paste0("\n\t\t\t",
field," ",
subset(fields, cdmFieldName == fieldName, cdmDatatype),