I have a table called group in mysql db. When I map this table to squeryl, I get SQL syntax errors because the group of table names is not quoted (must be selected * from `group`).
Is there a way to pass squeryl to quote some table names?
scala squeryl
Fredrik jansson
source share