summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
AgeCommit message (Collapse)AuthorFilesLines
2003-02-14Bug 192531 - Bugzilla not properly closing DB statement handlesbbaetz%acm.org1-10/+10
Change code to work arround a perl < 5.8 leak when localising the tied statement attributes. Also, clear the sql statestack compat stuff so that the handles are really dead by the time we disconnect r,a=justdave
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-2/+2
r=gerv, justdave a=justdave
2003-02-02Bug 191085 - Fix FetchSQLData compat code.bbaetz%acm.org1-5/+4
r,a=justdave
2003-01-30Bug 191080 - fix SQLQuote return value for an undef inputbbaetz%acm.org1-1/+1
r=gerv, a=justdave
2003-01-23Bug 189446 - Can't change product of a bugbbaetz%acm.org1-1/+8
r, a=justdave
2003-01-15Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au1-0/+258
r=justdave, myk, joel, preed a=justdave