Modify ↓
#10165 closed defect (fixed)
dbhelper can't handle Pooled connections in 0.13/1.0dev
| Reported by: | Owned by: | Russ Tyndall | |
|---|---|---|---|
| Priority: | normal | Component: | TimingAndEstimationPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.0 |
Description
The db connection scpecific functions in dbhelper.py won't work if the connection in env is pooled.
I've attached a modified dbhelper that unwraps the connection if it encounters a pooled connection.
Attachments (3)
Change History (8)
Changed 13 years ago by
| Attachment: | dbhelper.py added |
|---|
comment:2 Changed 13 years ago by
Thanks for bringing this to my attention. I will get this (or something similar) committed soon.
comment:3 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:4 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.



modified dbheleper for 0.13