From: Ksenia M. <kse...@gm...> - 2004-12-14 19:03:23
|
> I've fixed a minor problem with reST in docs/Inheritance.txt. Now I > am satisfied with the code, the doc, and the test. > I am open for discussion. I think there is a typo in documentation, in this query: SELECT employee.id, employee.first_name, employee.last_name FROM person, employee WHERE person.first_name = 'Jane' AND employee.position = 'Chief' AND person.id = employee.id It should be "person.first_name, person.last_name" -- Ksenia |