]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
removed all "tablename + '_' + columname" code and replaced with column._label, to...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Mar 2006 21:14:54 +0000 (21:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Mar 2006 21:14:54 +0000 (21:14 +0000)
commitf7afe052907c9343640e5e2569a47d62aa2328a5
treecf85e9c48a2118c899e74c6bc68e9500408044a4
parentd4800b86d18429d193ce86efbb39089bc63d9b9e
removed all "tablename + '_' + columname" code and replaced with column._label, to take
advantage of column labeling rules
bind param compilation,when it unique-ifys the name of bind params, maintains the length
of the bind parameter name instead of appending to it
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/sql.py
test/select.py