summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
AgeCommit message (Expand)AuthorFilesLines
2005-03-09Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: T...mkanat%kerio.com1-4/+53
2005-03-09Bug 284352: Break Bugzilla::DB code/docs into sectionsmkanat%kerio.com1-6/+70
2005-03-05Bug 284598: INSTR function is not supported by postgresmkanat%kerio.com1-0/+16
2005-03-03Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQLmkanat%kerio.com1-12/+26
2005-03-02Bug 277617: Move database-manipulation subroutines in checksetup to Bugzilla:...mkanat%kerio.com1-1/+255
2005-02-25Bug 279910: Query crashed with Software Error: "Unknown column 'bugs.assignee...mkanat%kerio.com1-4/+4
2005-02-19Bug 281360: Checksetup should use the new DB-compatibility layer to create $dbhmkanat%kerio.com1-6/+22
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-2/+2
2005-02-17Bug (None): Fix a spelling error from bug 237862mkanat%kerio.com1-1/+1
2005-02-17Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com1-59/+349
2005-02-03Bug 147151 : Expand the list of words 006spellcheck.t looks for; fix the plac...travis%sedsystems.ca1-2/+2
2005-02-02Missed the 'fix on checkin' bit for Bug 279748travis%sedsystems.ca1-1/+1
2005-02-02Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)travis%sedsystems.ca1-0/+40
2004-12-07Patch for bug 256592: Cut down the DBD error string to a reasonable size; pat...jocuri%softhome.net1-0/+3
2004-09-13Bug 253696: work around NAME_lc bug in ActiveState Perl on Win32justdave%bugzilla.org1-1/+5
2004-07-10Bug 227191: Change DBI->connect syntax so database password will not be revea...bugreport%peshkin.net1-2/+4
2004-05-27Bug 243351: Fix mysql version sensitivity in case-sensitive searchbugreport%peshkin.net1-0/+10
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-9/+1
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-2/+2
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-4/+1
2003-02-20Bug 193985 - errors from SendSQL aren't being reportedbbaetz%acm.org1-2/+2
2003-02-14Bug 192531 - Bugzilla not properly closing DB statement handlesbbaetz%acm.org1-10/+10
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-2/+2
2003-02-02Bug 191085 - Fix FetchSQLData compat code.bbaetz%acm.org1-5/+4
2003-01-30Bug 191080 - fix SQLQuote return value for an undef inputbbaetz%acm.org1-1/+1
2003-01-23Bug 189446 - Can't change product of a bugbbaetz%acm.org1-1/+8
2003-01-15Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au1-0/+258