]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added "polymorphic assocaition" example, illustrates how to emulate
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 May 2007 23:41:44 +0000 (23:41 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 May 2007 23:41:44 +0000 (23:41 +0000)
commit18f7d1f02401e11df3a3e68a0eca1894c3cb2302
tree4f17888f8d943f01c37c9db773525f5d230ddb34
parent954724101205f56d426772d0018d4d581c3c5732
added "polymorphic assocaition" example, illustrates how to emulate
Rails' polymorphic associaiton functionality
examples/poly_assoc/poly_assoc.py [new file with mode: 0644]
examples/poly_assoc/poly_assoc_fk.py [new file with mode: 0644]