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") { # if (fieldName=="offset") {
# field <- paste0('"',fieldName,'"') # field <- paste0('"',fieldName,'"')
# } else { # } else {
# field <- fieldName field <- fieldName
# } # }
fieldSql <- paste0("\n\t\t\t", fieldSql <- paste0("\n\t\t\t",
field," ", field," ",
subset(fields, cdmFieldName == fieldName, cdmDatatype), subset(fields, cdmFieldName == fieldName, cdmDatatype),