[sqlalchemy] Re: temporary tables support

2007-05-28 Thread Michael Bayer
On May 28, 2007, at 8:33 PM, dvd wrote: > > > > On May 28, 10:49 pm, Michael Bayer <[EMAIL PROTECTED]> wrote: >> On May 28, 2007, at 11:57 AM, dvd wrote: >> >> >> >>> If temporary tables are useful for other people, I can write an >>> acceptable patch >>> to the Table/Engine code (currently I do

[sqlalchemy] Re: temporary tables support

2007-05-28 Thread dvd
On May 28, 10:49 pm, Michael Bayer <[EMAIL PROTECTED]> wrote: > On May 28, 2007, at 11:57 AM, dvd wrote: > > > > > If temporary tables are useful for other people, I can write an > > acceptable patch > > to the Table/Engine code (currently I don't even know whether > > temporary tables are > > s

[sqlalchemy] Re: temporary tables support

2007-05-28 Thread Michael Bayer
On May 28, 2007, at 11:57 AM, dvd wrote: > > If temporary tables are useful for other people, I can write an > acceptable patch > to the Table/Engine code (currently I don't even know whether > temporary tables are > supported by all the DBMSes). this is fine, i would add the flag "temporary=T