innodb

How to disable SQLAlchemy caching?

How to disable SQLAlchemy caching? Question: I have a caching problem when I use sqlalchemy. I use sqlalchemy to insert data into a MySQL database. Then, I have another application process this data, and update it directly. But sqlalchemy always returns the old data rather than the updated data. I think sqlalchemy cached my request …

Total answers: 7