summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/exc.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-08-31 20:04:04 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-08-31 20:04:04 -0400
commit51f1fdf3e40065e349310a6ba9a49306b9648160 (patch)
treef8950316421ba71113393f6184eedd550e28f218 /lib/sqlalchemy/exc.py
parent19d04346260e794c7364d7f7ce2415602e6f101c (diff)
downloadsqlalchemy-51f1fdf3e40065e349310a6ba9a49306b9648160.tar.gz
- [bug] Fixed a regression since 0.6 regarding
result-row targeting. It should be possible to use a select() statement with string based columns in it, that is select(['id', 'name']).select_from('mytable'), and have this statement be targetable by Column objects with those names; this is the mechanism by which query(MyClass).from_statement(some_statement) works. At some point the specific case of using select(['id']), which is equivalent to select([literal_column('id')]), stopped working here, so this has been re-instated and of course tested. [ticket:2558]
Diffstat (limited to 'lib/sqlalchemy/exc.py')
0 files changed, 0 insertions, 0 deletions