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:
https://github.com/django/django/blob/master/tests/modeltests/reserved_names/models.py

Does MonetDB support a hyphen in it's column name, if so, how do I escape this correctly?

--
Gijs Molenaar
http://www.astro.uva.nl/people/gijs-molenaar/