On 6/13/07, Manlio Perillo <[EMAIL PROTECTED]> wrote:
The problem can be this: http://www.sqlalchemy.org/docs/documentation.html#unitofwork_identitymap After the first "select" you do not reset the Unif Of Work.
Yes, that seems to be the problem. For this my tiny problem, I can get away by simply not using activemapper, though. mytable.select().execute(id=1) mytable.select().execute(id=1) yields two select statements towards the database, just as I want it. Thanks! _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
