[sqlalchemy] Re: Convert type from dbapi description

2010-07-02 Thread Meitham
Michael, thanks for your help. sorry, I dont have any context here. Are you looking for this ? For some reason I can't reply to this thread on google news, yet I can do with gmane newsgroups :-/ engine = create_engine('...') Integer().get_dbapi_type(engine.dialect.dbapi) ? that will give

Re: [sqlalchemy] Re: Convert type from dbapi description

2010-07-02 Thread Michael Bayer
On Jul 2, 2010, at 6:10 AM, Meitham wrote: Michael, thanks for your help. sorry, I dont have any context here. Are you looking for this ? For some reason I can't reply to this thread on google news, yet I can do with gmane newsgroups :-/ engine = create_engine('...')

[sqlalchemy] Re: Convert type from dbapi description

2009-01-03 Thread Michael Bayer
On Jan 3, 2009, at 9:34 AM, Dusty Phillips wrote: On Jan 1, 12:29 pm, Michael Bayer mike...@zzzcomputing.com wrote: the internal location where TypeEngine types that were known before cursor.description was fetched is result.context.result_map. this only applies to SQL expression

[sqlalchemy] Re: Convert type from dbapi description

2009-01-01 Thread goo...@venix.com
On Dec 31 2008, 4:00 pm, Dusty Phillips buch...@gmail.com wrote: Hi there, I've been searching all over for a solution to this and have concluded that I must be doing it all wrong. I need to create a simple view of an arbitrary sql query result that includes the column names and types as