[SQL-CVS] r426 - home/phd/SQLObject/inheritance/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2004-12-01 13:03:39
|
Author: phd Date: 2004-12-01 13:03:37 +0000 (Wed, 01 Dec 2004) New Revision: 426 Modified: home/phd/SQLObject/inheritance/docs/Inheritance.txt Log: Corrected plural form, changed to single (classess => class, have => has). Modified: home/phd/SQLObject/inheritance/docs/Inheritance.txt =================================================================== --- home/phd/SQLObject/inheritance/docs/Inheritance.txt 2004-12-01 12:31:13 UTC (rev 425) +++ home/phd/SQLObject/inheritance/docs/Inheritance.txt 2004-12-01 13:03:37 UTC (rev 426) @@ -3,7 +3,7 @@ Inheritance ----------- -* As suggested by Ian Bicking, each child classes now have the same +* As suggested by Ian Bicking, each child class now has the same ID than the parent class. No more need for childID column and parent foreignKey (with a small speed boost). * No more need to call getSubClass as the 'latest' child will always |