[sqlalchemy] Re: Cumulative Select

2007-07-24 Thread Michael Bayer
I had to put one little trick in here to make the subquery - something work, which is something i should look into; otherwise it went straight in. from sqlalchemy import * transaction = table('transaction', column('id'), column('id_product'), column('price'),

[sqlalchemy] Re: Cumulative Select

2007-07-24 Thread Koen Bok
And again you made my day... On Jul 24, 7:17 pm, Michael Bayer [EMAIL PROTECTED] wrote: I had to put one little trick in here to make the subquery - something work, which is something i should look into; otherwise it went straight in. from sqlalchemy import * transaction =