This also allows those databases that do not support tablespaces to throw
errors if tablespace is defined in options.
--
Ticket URL: <https://code.djangoproject.com/ticket/20960>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by shai):
Why in `OPTIONS`, and not in the main dictionary?
My understanding is that `OPTIONS` is for backend-specific parameters.
--
Ticket URL: <https://code.djangoproject.com/ticket/20960#comment:1>
Comment (by aaugustin):
Well, it depends if tablespaces are a standard concept in SQL (eg.
mentioned in the ISO standard) or just something that happens to be
implemented by several databases.
--
Ticket URL: <https://code.djangoproject.com/ticket/20960#comment:2>
* cc: django@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/20960#comment:3>
* owner: nobody => e0ne
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/20960#comment:4>