From: Nathan Bird Date: Tue, 2 Mar 2010 22:02:33 +0000 (-0500) Subject: Fixing docbook xml schema errors in the documentation. X-Git-Tag: v5.0.5~8^2^2~3 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=ba2e10fa512012d63f2abc873cef24b400830061 Fixing docbook xml schema errors in the documentation. --- diff --git a/doc/csql.xml b/doc/csql.xml index 4787898..f494441 100644 --- a/doc/csql.xml +++ b/doc/csql.xml @@ -465,24 +465,24 @@ There are other :join-info options available in &clsql;, but we will save those till we get to the many-to-many relation examples. - - Object Oriented Class Relations - - -&clsql; provides an Object Oriented Data Definition Language, which -provides a mapping from &sql; tables to CLOS objects. By default class -inheritance is handled by including all the columns from parent -classes into the child class. This means your database schema becomes -very much denormalized. The class option :normalizedp -can be used to disable the default behaviour and have &clsql; -normalize the database schemas of inherited classes. - - - -See def-view-class -for more information. - - + + Object Oriented Class Relations + + + &clsql; provides an Object Oriented Data Definition Language, which + provides a mapping from &sql; tables to CLOS objects. By default class + inheritance is handled by including all the columns from parent + classes into the child class. This means your database schema becomes + very much denormalized. The class option :normalizedp + can be used to disable the default behaviour and have &clsql; + normalize the database schemas of inherited classes. + + + + See def-view-class + for more information. + + diff --git a/doc/ref-ooddl.xml b/doc/ref-ooddl.xml index de79f21..03ab9aa 100644 --- a/doc/ref-ooddl.xml +++ b/doc/ref-ooddl.xml @@ -616,6 +616,7 @@ this class. + Normalized inheritance schemas Specifying that :normalizedp is T @@ -716,7 +717,7 @@ CLSQL> (title test-user) CLSQL> (nick test-user) "test-user" - + Examples