diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-03-01 20:14:17 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-03-01 20:14:17 +0000 |
commit | 7e2ae824a56c760286e33adce03324b8e696472a (patch) | |
tree | e2b0a85db431cf4a7234aa027d2a0453aa615bfd /lib/sqlalchemy/exceptions.py | |
parent | d94384253f496be5f8db9745a2cac8fc6c82c69b (diff) | |
download | sqlalchemy-7e2ae824a56c760286e33adce03324b8e696472a.tar.gz |
- use_labels flag on select() wont auto-create labels for literal text
column elements, since we can make no assumptions about the text. to
create labels for literal columns, you can say "somecol AS somelabel",
or use literal_column("somecol").label("somelabel")
- quoting wont occur for literal columns when they are "proxied" into the
column collection for their selectable (is_literal flag is propigated)
Diffstat (limited to 'lib/sqlalchemy/exceptions.py')
0 files changed, 0 insertions, 0 deletions