]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added new 'polymorphic' example. still trying to understand it :) .
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Mar 2006 02:27:13 +0000 (02:27 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Mar 2006 02:27:13 +0000 (02:27 +0000)
commita0079b6831aef2b604859f89f07772e65c04d5d4
treee70475a71ecc1cc198f8a7dd70f17fb081fb9727
parent51acad4b5bf4ec5517d66e111d625ac0a0fd443e
added new 'polymorphic' example.  still trying to understand it :) .
fixes to relation to enable it to locate "direction" more consistently with inheritance relationships
more tweaks to parenthesizing subqueries, unions, etc.
examples/polymorph/polymorph.py [new file with mode: 0644]
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/sql.py