4 messages in com.googlegroups.sqlalchemy[sqlalchemy] Re: MySQL schema and cha...
FromSent OnAttachments
Daniel Holth25 Apr 2007 19:02 
Michael Bayer25 Apr 2007 19:24 
Daniel Holth25 Apr 2007 20:17 
Michael Bayer26 Apr 2007 05:47 
Subject:[sqlalchemy] Re: MySQL schema and character_Set_results
From:Michael Bayer (mike@zzzcomputing.com)
Date:04/26/2007 05:47:55 AM
List:com.googlegroups.sqlalchemy

On Apr 25, 2007, at 11:18 PM, Daniel Holth wrote:

P.S. My application uses reflection. For MySQL it would make so much sense to combine "table exists" with "show me the table", since they are the same request. We should cache the result.

consider that table exists might be used for other things besides your immediate use case ?