diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-12-08 02:31:59 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-12-08 02:31:59 +0000 |
commit | 358bc9db1c86fc26d89ed726305a109af14e2572 (patch) | |
tree | 6650d4db12648cb404b16c15db5e53f0d794e9b6 /lib/sqlalchemy/sql/util.py | |
parent | 1b1acad676efc2f1fa616d1421b544219e65e953 (diff) | |
download | sqlalchemy-358bc9db1c86fc26d89ed726305a109af14e2572.tar.gz |
- removed needless "counter" behavior with select()
labelnames that match a column name in the table,
i.e. generates "tablename_id" for "id", instead of
"tablename_id_1" in an attempt to avoid naming
conflicts, when the table has a column actually
named "tablename_id" - this is because
the labeling logic is always applied to all columns
so a naming conflict will never occur.
Diffstat (limited to 'lib/sqlalchemy/sql/util.py')
0 files changed, 0 insertions, 0 deletions