This commit is contained in:
Kei Hibino 2016-02-21 19:19:47 +09:00
parent 972bd1b2e5
commit c5c518ac4a

View File

@ -262,7 +262,7 @@ defineTableTypes tableVar' relVar' insVar' insQVar' recordType' table columns =
tableSQL :: Bool -> SchemaNameMode -> String -> String -> String
tableSQL normalize snm schema table = case snm of
SchemaQualified -> normalizeS ++ '.' : normalizeT
SchemaNotQualified -> normalizeS
SchemaNotQualified -> normalizeT
where
normalizeS
| normalize = map toUpper schema