I have an issue with getting all the Django tests working with MonetDB. Django assumes a database can have a column with a hyphen in it's name, as long as it is correctly escaped.
It is this specific test which should generate valid SQL when passed trough the MonetDB Django backend:
Does MonetDB support a hyphen in it's column name, if so, how do I escape this correctly?