jkklee / pymysql-pool

A simple but robust connection pool (with multiplexing) base on PyMySQL, mainly used for multi threads mode, which also compatible with single thread mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent results

lukemcar opened this issue · 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?