summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
AgeCommit message (Expand)AuthorFilesLines
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-3/+3
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-3/+3
2005-08-05Bug 303088: MoreSQLData and FetchSQLData/FetchOneColumn may return wrong resu...lpsolit%gmail.com1-2/+5
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com1-7/+25
2005-07-15Fix for bug 232612: enables boolean mode fulltext searches for better searchi...myk%mozilla.org1-12/+13
2005-07-08Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case inse...mkanat%kerio.com1-0/+40
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com1-0/+1
2005-05-27Bug 286672: Require correct DBD depending on the $db_driver in usemkanat%kerio.com1-1/+5
2005-04-23Bug 287986: Bugzilla::DB::Mysql needs a way to read in a Schema object from t...mkanat%kerio.com1-21/+35
2005-04-23Bug 285722: Updates From 2.18- to 2.20+ will not workmkanat%kerio.com1-287/+27
2005-04-20Bug 284599: Use of REGEXP search is not consistent wrt case sensitivitymkanat%kerio.com1-2/+4
2005-04-17Bug 290407: Fix up bz_alter_column and break out a bz_alter_column_rawmkanat%kerio.com1-22/+46
2005-04-17Bug 290411: Cross-DB bz_drop_tablemkanat%kerio.com1-0/+23
2005-04-17Bug 290403: Slight cleanup of Bugzilla::DB index codemkanat%kerio.com1-12/+50
2005-04-17Bug 290402: Functions to support reading-in a Schema object from the databasemkanat%kerio.com1-4/+73
2005-04-15Bug 290414: bz_index_info is slightly broken and has unclear APImkanat%kerio.com1-3/+10
2005-04-15Bug 290405: bz_add_column needs a way to specify an initial valuemkanat%kerio.com1-7/+16
2005-04-15Bug 290089: Move timestamp updates to happen before any other Schema updatesmkanat%kerio.com1-6/+11
2005-04-06Bug 284850: checksetup should rename indexes to conform to the new standardmkanat%kerio.com1-4/+34
2005-04-05Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111)mkanat%kerio.com1-0/+89
2005-03-22Bug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111)mkanat%kerio.com1-0/+56
2005-03-18Bug 256513: Fix usage of grep (/$value/, @array);mkanat%kerio.com1-1/+1
2005-03-18Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111)mkanat%kerio.com1-0/+21
2005-03-18Bug 285740: DBD::Pg must have the PG_BYTEA type specified for inserting BLOBsmkanat%kerio.com1-0/+15
2005-03-18Bug 285723: Cross-DB bz_add_column (Part of Bug 285111)mkanat%kerio.com1-8/+69
2005-03-18Bug 285713: Cross-DB bz_column_info and bz_index_infomkanat%kerio.com1-1/+52
2005-03-18Small nit fixes for Bug 285113.mkanat%kerio.com1-2/+2
2005-03-18Bug 285113: Bugzilla::DB::Schema needs a way to serialize and store its abstr...mkanat%kerio.com1-0/+107
2005-03-17Bug 286392: String concatenation on postgres does not always workmkanat%kerio.com1-1/+1
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com1-3/+27
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-1/+2
2005-03-10Bug 285403: LearnAboutColumns does not work on PostgreSQLmkanat%kerio.com1-0/+7
2005-03-10Bug 285397: Untested parts of Bugzilla::DB are broken (when running on Postgr...mkanat%kerio.com1-4/+1
2005-03-09Bug 284348: Move initial table creation into the Bugzilla::DB modulesmkanat%kerio.com1-5/+43
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