kgaughan / dbkit

Taking some of the pain out of Python's DB-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests for connection pooling and prepared statements

kgaughan opened this issue · comments

Working on this. Wrote the fake DB-API driver (which itself will need tests) for testing these. No clear idea of how I can simulate all the things that can possibly go wrong with the connection pool yet though.