Re: [Sqlalchemy-users] querying for tables in a db

2006-06-09 Thread Jonathan Ellis
On 6/6/06, Sandro Dentella <[EMAIL PROTECTED]> wrote: Hi all,  Is there a way in sqlalchemy to query for a list of tables in a db that is  portable among the different backends? I don't thhink so and one may argue  is not something that should be provided by SA, but would be very   handy...Querying

Re: [Sqlalchemy-users] querying for tables in a db

2006-06-06 Thread Michael Bayer
On Jun 6, 2006, at 1:08 PM, William K. Volkman wrote: > Basically you have to roll your own and realize that you'll have > to fix it for each version of the database that you wish to use. and once you roll your own for each database, submit it all as a patch to SQLAlchemy so that everyone can

Re: [Sqlalchemy-users] querying for tables in a db

2006-06-06 Thread Michael Bayer
On Jun 6, 2006, at 3:25 AM, Sandro Dentella wrote: > Hi all, > > Is there a way in sqlalchemy to query for a list of tables in a > db that is > portable among the different backends? I don't thhink so and one > may argue > is not something that should be provided by SA, but would be ver

Re: [Sqlalchemy-users] querying for tables in a db

2006-06-06 Thread William K. Volkman
Hello Sandro, On Tue, 2006-06-06 at 01:25, Sandro Dentella wrote: > Is there a way in sqlalchemy to query for a list of tables in a db that is > portable among the different backends? I don't thhink so and one may argue > is not something that should be provided by SA, but would be very > h