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)
commita244caf265fff60cc9d00083e15951762dd7f1ca
treeab6faadb0812f91f75a62e14d298e6221bb21eb8
parentc81a9fe27ee259429b89ef680788abb8f8e1b26a
Add normalized view classes
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.
.gitignore
ChangeLog
doc/csql.xml
doc/ref-ooddl.xml
sql/metaclasses.lisp
sql/ooddl.lisp
sql/oodml.lisp
tests/test-fddl.lisp
tests/test-init.lisp
tests/test-ooddl.lisp
tests/test-oodml.lisp