mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-06 04:16:21 +03:00
Fix.
This commit is contained in:
parent
972bd1b2e5
commit
c5c518ac4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user