]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added an example on how to share code between sql predicate construction and instance...
authorAnts Aasma <ants.aasma@gmail.com>
Fri, 27 Jul 2007 03:30:49 +0000 (03:30 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Fri, 27 Jul 2007 03:30:49 +0000 (03:30 +0000)
commit77dfb81e908d7d21fbe78116ad440559037ea3ac
treef3c1c2295a47e9144ccd1ea4106554de7b72163f
parentff464be3debf69323acf92f96017d46844a8e036
added an example on how to share code between sql predicate construction and instance methods.
examples/derived_attributes/attributes.py [new file with mode: 0644]