Re: [sqlalchemy] Is there an easy way to get the resulting types from text() query?

2015-11-19 Thread Naveen Michaud-Agrawal
ayer wrote: > > > > On 11/19/2015 09:48 AM, Naveen Michaud-Agrawal wrote: > > I'm building a small GUI on top of sqlalchemy and would like to change > > the alignment of the columns based on the type (string or numeric). This > > works fine when the query is generated t

[sqlalchemy] Is there an easy way to get the resulting types from text() query?

2015-11-19 Thread Naveen Michaud-Agrawal
I'm building a small GUI on top of sqlalchemy and would like to change the alignment of the columns based on the type (string or numeric). This works fine when the query is generated through query objects (using Mike Bayer's answer from http://stackoverflow.com/questions/2258072/sqlalchemy-get