]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix to the "column_prefix" flag so that the mapper does not
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Jun 2007 20:38:43 +0000 (20:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Jun 2007 20:38:43 +0000 (20:38 +0000)
commit01e9fa8f47a79fecb89913f1637fa9ef03ab6e22
treea7b8ca6780793bac36a561805b2b865a15d9fd35
parent6f70a1c386af9f59a9b7dc67d45158d04bd74bf4
- fix to the "column_prefix" flag so that the mapper does not
trip over synonyms (and others) that are named after the column's actual
"key" (since, column_prefix means "dont use the key").
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/mapper.py