6 Jun
2012
6 Jun
'12
12:55 p.m.
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... 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/