Author: phd
Date: 2004-12-01 12:31:13 +0000 (Wed, 01 Dec 2004)
New Revision: 425
Modified:
home/phd/SQLObject/inheritance/docs/Authors.txt
home/phd/SQLObject/inheritance/docs/Inheritance.txt
Log:
Chnaged my address to be the real email; I am not afarid of spam,
and I don't want to put a burden of editing the address on users.
Fixed a minor problem (indentation) in Inheritance.txt.
Modified: home/phd/SQLObject/inheritance/docs/Authors.txt
===================================================================
--- home/phd/SQLObject/inheritance/docs/Authors.txt 2004-11-30 13:08:08 UTC (rev 424)
+++ home/phd/SQLObject/inheritance/docs/Authors.txt 2004-12-01 12:31:13 UTC (rev 425)
@@ -16,4 +16,4 @@
* Daniel Savard, Xsoli Inc <sqlobject at xsoli.com>
* alexander smishlajev <alex at ank-sia.com>
* Yaroslav Samchuk <yarcat at ank-sia.com>
-* Oleg Broytmann <phd at phd.pp.ru>
+* Oleg Broytmann <ph...@ph...>
Modified: home/phd/SQLObject/inheritance/docs/Inheritance.txt
===================================================================
--- home/phd/SQLObject/inheritance/docs/Inheritance.txt 2004-11-30 13:08:08 UTC (rev 424)
+++ home/phd/SQLObject/inheritance/docs/Inheritance.txt 2004-12-01 12:31:13 UTC (rev 425)
@@ -107,9 +107,9 @@
parent id. This will look like the following request::
SELECT employee.id, employee.id, employee.first_name,
-employee.last_name, from employee FROM person, employee WHERE
-person.first_name = 'Jane' AND employee.position = 'Chief' AND person.id
-= employee.id
+ employee.last_name, from employee FROM person, employee WHERE
+ person.first_name = 'Jane' AND employee.position = 'Chief' AND person.id
+ = employee.id
Some limitation or notice about this version:
|