]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
column.label is now a function; fix byroot example, add 'default_label' accessor...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Jan 2006 05:45:37 +0000 (05:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Jan 2006 05:45:37 +0000 (05:45 +0000)
commitb769988c9c6f34b2c704f5b90707d538b747fe18
treee82bc3544ce352050d35b82a90420c9278562b2b
parentd1f05cbaa369d74c75a9eb3eb74e8718bc30f137
column.label is now a function; fix byroot example, add 'default_label' accessor to columnimpl
examples/adjacencytree/byroot_tree.py
lib/sqlalchemy/sql.py