]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
small tweak to select in order to fix [ticket:112]...the exported columns when doing...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Mar 2006 01:13:47 +0000 (01:13 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Mar 2006 01:13:47 +0000 (01:13 +0000)
commita579e8f687833257757d53e772698f652e90472a
treef548c46d5383f111a77cc82230f8c9edc7cbf6aa
parent8690e2e3034396c19fcbd3fc68ea6fdb24f3ac28
small tweak to select in order to fix [ticket:112]...the exported columns when doing select on a select() will be the column names, not the keys.  this is with selects that have use_labels=False.  which makes sense since using the "key" and not the name implies a label has to be used.
lib/sqlalchemy/sql.py
test/query.py
test/select.py