Add normalized view classes
authorKevin Rosenberg <kevin@rosenberg.net>
Thu, 10 Dec 2009 18:21:24 +0000 (11:21 -0700)
committerKevin Rosenberg <kevin@rosenberg.net>
Thu, 10 Dec 2009 18:21:24 +0000 (11:21 -0700)
Large patch from Thijs Oppermann <thijso+clsql@gmail.com> to add
support for normalized view classes.  When having view class that
inherit from others, CLSQL by default builds tab all the columns from
the parent in the child. This patch is meant to normali so that a join
is done on the primary keys of the concerned tables to get a set.


No differences found