Re: [sqlalchemy] Strange query behavior that corrects after 30-60 seconds

2012-01-15 Thread Michael Bayer
On Jan 12, 2012, at 11:18 AM, Dale Bertrand wrote: > > I'm building a simple app that writes form records to a database and > displays them on a webpage. I'm using webpy 0.36, Elixir-7.1, > SQLAlchemy-6.4, MySQL 5.0.92. > > The problem is that my app is reading a bogus number of records from >

[sqlalchemy] Strange query behavior that corrects after 30-60 seconds

2012-01-15 Thread Dale Bertrand
I'm building a simple app that writes form records to a database and displays them on a webpage. I'm using webpy 0.36, Elixir-7.1, SQLAlchemy-6.4, MySQL 5.0.92. The problem is that my app is reading a bogus number of records from the database. In fact, immediately after I create a new record, i