[SQL-CVS] r427 - home/phd/SQLObject/inheritance/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2004-12-01 13:06:27
|
Author: phd Date: 2004-12-01 13:06:25 +0000 (Wed, 01 Dec 2004) New Revision: 427 Modified: home/phd/SQLObject/inheritance/docs/Inheritance.txt Log: Fixed a misspelling. Modified: home/phd/SQLObject/inheritance/docs/Inheritance.txt =================================================================== --- home/phd/SQLObject/inheritance/docs/Inheritance.txt 2004-12-01 13:03:37 UTC (rev 426) +++ home/phd/SQLObject/inheritance/docs/Inheritance.txt 2004-12-01 13:06:25 UTC (rev 427) @@ -40,7 +40,7 @@ A new class attribute ``_inheritable`` is added. When this new attribute is set to 1, the class is marked 'inheritable' and a new -colomns will automatically be added: childName (TEXT). +columns will automatically be added: childName (TEXT). Each class that inherits from a parent class will get the same ID as the parent class. So, there is no need to keep track of parent ID and |