Modify ↓
Opened 5 years ago
Closed 5 years ago
#3166 closed enhancement (fixed)
port db.commit() changeset:2893 to trac0.10 branch
| Reported by: | brad-trac@… | Owned by: | bobbysmith007 |
|---|---|---|---|
| Priority: | normal | Component: | TimingAndEstimationPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
Should changeset:2893 for ticket #2239 to add db.commit() calls
be ported to the trac0.10 branch?
I was using an old 0.4.x version of the timing and estimation
plugin with the Debian 0.10.4-2 trac package (and PostgreSQL)
and having the same problem as described in ticket #2239.
Upgrading to 0.6.6 without any additional changes fixed the
problem, but it seems like the db.commit() calls added in
changeset:2893 would still be a good idea for the 0.10 branch.
I've been running the plugin with the attached patch to add the
commit()s for a week or so without any problems.
Thanks for the great plugin!
--Brad
Attachments (1)
Change History (2)
Changed 5 years ago by brad-trac@…
comment:1 Changed 5 years ago by bobbysmith007
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.


patch to add db.commit() calls to trac0.10 branch