]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added "column_prefix=None" argument to mapper; prepends the
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Oct 2006 23:34:23 +0000 (23:34 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Oct 2006 23:34:23 +0000 (23:34 +0000)
commit506b594f521252d1cabbfecfb3704c38e5a27642
treea235981e0529fec92b3bcac988e29539aa36dd6e
parent61de5d0c9a8caf5e2c00bca1fcb42791855ce360
- added "column_prefix=None" argument to mapper; prepends the
given string (typically '_') to column-based attributes automatically
set up from the mapper's Table
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/mapper.py