jkklee/pymysql-pool

Inconsistent results

lukemcar opened this issue · 1 comments

When a record is inserted using one connection from the pool and then selected using a different connection from the pool. The second connection does not find the record.

Do you use transaction statment in your code?