Actions
Patch #1433
closedClose statement handler in Redmine.pm
Start date:
2008-06-12
Due date:
% Done:
0%
Estimated time:
Description
I just set up Redmine.pm for svn authentication and noticed a lot of log entries like this:
DBI::db=HASH->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /opt/code/redmine/extra/svn/Redmine.pm line 155.
Adding $sth->finish() fixes this and authentication is still working correctly.
Files
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- Target version set to 0.7.2
Applied in r1539. Thanks.
Actions