Hi all,
in my SQLite backend there are some unfortunately chosen Table and Field
names like: some-table, some-column.
This requires the generated SQL to wrap these table names in quotes.
I cannot simple wrap the table and field names in the haskell table
definition because when the result comes back the result column names
can't be matched (because of the quotes). How can I make the
SQLGenerator wrap the table and field names?
Günther
|