cant use column.label() effectively yet

Issue #37 resolved
Mike Bayer repo owner created an issue

if you say:

select([table.c.col2.label('column_two')](table.c.col1.label('column_one'),))

its not going to work. particularly if you try to select from that selectable.

Comments (1)

  1. Log in to comment