Re: django-firebird backend: migrations and NULL fields

2014-05-16 Thread Maximiliano Robaina
El viernes, 16 de mayo de 2014 09:49:15 UTC-3, Andrew Godwin escribió: > > Let's go with a feature for this then. > > Maxi, did you want to submit a patch, or do you want me to add it at some > point next week! > > Andrew > I'll appreciate if you can add it. BTW, are there other areas that nee

Re: Why not Single Table Inheritance?

2014-05-16 Thread Carl Meyer
On 05/16/2014 04:46 AM, Shai Berger wrote: > On Monday 12 May 2014 12:27:01 Thomas Güttler wrote: >> Single Table Inheritance is used by ruby-on-rails and SQLAlchemy. >> >> Are there reasons why it is used in django? >> > > Essentially, STI is a form of database denormalization. I think Django sho

Re: django-firebird backend: migrations and NULL fields

2014-05-16 Thread Andrew Godwin
Let's go with a feature for this then. Maxi, did you want to submit a patch, or do you want me to add it at some point next week! Andrew On Wed, May 14, 2014 at 6:27 PM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > For what it’s worth, I recently added a feature to add “FROM

Re: Why not Single Table Inheritance?

2014-05-16 Thread Shai Berger
On Monday 12 May 2014 12:27:01 Thomas Güttler wrote: > Single Table Inheritance is used by ruby-on-rails and SQLAlchemy. > > Are there reasons why it is used in django? > Essentially, STI is a form of database denormalization. I think Django should not encourage this. > I would love to see a p