diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-08-05 20:15:28 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-08-05 20:15:28 +0000 |
commit | 4cd1902796546d5d2b2927c8e2afbcb00459341f (patch) | |
tree | b4fd7dc33bdb6c55c2380720d5fb172c154aec0c /lib/sqlalchemy/databases/firebird.py | |
parent | 3c26d5700385ac2e72e01efe2531b126f4292eee (diff) | |
download | sqlalchemy-4cd1902796546d5d2b2927c8e2afbcb00459341f.tar.gz |
- The RowTuple object returned by Query(*cols) now
features keynames which prefer mapped attribute
names over column keys, column keys over
column names, i.e.
Query(Class.foo, Class.bar) will have names
"foo" and "bar" even if those are not the names
of the underlying Column objects. Direct
Column objects such as Query(table.c.col) will
return the "key" attribute of the Column.
Diffstat (limited to 'lib/sqlalchemy/databases/firebird.py')
0 files changed, 0 insertions, 0 deletions