aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 303088: MoreSQLData and FetchSQLData/FetchOneColumn may return wrong ↵lpsolit%gmail.com2005-08-051-2/+5
| | | | results - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap,justdave a=justdave
* Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵lpsolit%gmail.com2005-07-261-7/+25
| | | | Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Fix for bug 232612: enables boolean mode fulltext searches for better ↵myk%mozilla.org2005-07-151-12/+13
| | | | | | searching capabilities in the "Find a Specific Bug" page; r=lpsolit
* Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case ↵mkanat%kerio.com2005-07-081-0/+40
| | | | | | insensitive Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
* Bug 286672: Require correct DBD depending on the $db_driver in usemkanat%kerio.com2005-05-271-1/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 287986: Bugzilla::DB::Mysql needs a way to read in a Schema object from ↵mkanat%kerio.com2005-04-231-21/+35
| | | | | | the disk Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Bug 285722: Updates From 2.18- to 2.20+ will not workmkanat%kerio.com2005-04-231-287/+27
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Bug 284599: Use of REGEXP search is not consistent wrt case sensitivitymkanat%kerio.com2005-04-201-2/+4
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 290407: Fix up bz_alter_column and break out a bz_alter_column_rawmkanat%kerio.com2005-04-171-22/+46
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Bug 290411: Cross-DB bz_drop_tablemkanat%kerio.com2005-04-171-0/+23
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Bug 290403: Slight cleanup of Bugzilla::DB index codemkanat%kerio.com2005-04-171-12/+50
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Bug 290402: Functions to support reading-in a Schema object from the databasemkanat%kerio.com2005-04-171-4/+73
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Bug 290414: bz_index_info is slightly broken and has unclear APImkanat%kerio.com2005-04-151-3/+10
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Bug 290405: bz_add_column needs a way to specify an initial valuemkanat%kerio.com2005-04-151-7/+16
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Bug 290089: Move timestamp updates to happen before any other Schema updatesmkanat%kerio.com2005-04-151-6/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Bug 284850: checksetup should rename indexes to conform to the new standardmkanat%kerio.com2005-04-061-4/+34
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=myk
* Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111)mkanat%kerio.com2005-04-051-0/+89
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=myk
* Bug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111)mkanat%kerio.com2005-03-221-0/+56
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
* Bug 256513: Fix usage of grep (/$value/, @array);mkanat%kerio.com2005-03-181-1/+1
| | | | Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
* Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111)mkanat%kerio.com2005-03-181-0/+21
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
* Bug 285740: DBD::Pg must have the PG_BYTEA type specified for inserting BLOBsmkanat%kerio.com2005-03-181-0/+15
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
* Bug 285723: Cross-DB bz_add_column (Part of Bug 285111)mkanat%kerio.com2005-03-181-8/+69
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
* Bug 285713: Cross-DB bz_column_info and bz_index_infomkanat%kerio.com2005-03-181-1/+52
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
* Small nit fixes for Bug 285113.mkanat%kerio.com2005-03-181-2/+2
|
* Bug 285113: Bugzilla::DB::Schema needs a way to serialize and store its ↵mkanat%kerio.com2005-03-181-0/+107
| | | | | | abstract schema Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
* Bug 286392: String concatenation on postgres does not always workmkanat%kerio.com2005-03-171-1/+1
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com2005-03-161-3/+27
| | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-1/+2
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
* Bug 285403: LearnAboutColumns does not work on PostgreSQLmkanat%kerio.com2005-03-101-0/+7
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
* Bug 285397: Untested parts of Bugzilla::DB are broken (when running on ↵mkanat%kerio.com2005-03-101-4/+1
| | | | | | PostgreSQL) Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
* Bug 284348: Move initial table creation into the Bugzilla::DB modulesmkanat%kerio.com2005-03-091-5/+43
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, r=Tomas.Kopal, a=justdave
* Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: ↵mkanat%kerio.com2005-03-091-4/+53
| | | | | | This patch also creates a database-agnostic fulltext search method.) Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 284352: Break Bugzilla::DB code/docs into sectionsmkanat%kerio.com2005-03-091-6/+70
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=travis, a=myk
* Bug 284598: INSTR function is not supported by postgresmkanat%kerio.com2005-03-051-0/+16
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQLmkanat%kerio.com2005-03-031-12/+26
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
* Bug 277617: Move database-manipulation subroutines in checksetup to ↵mkanat%kerio.com2005-03-021-1/+255
| | | | | | Bugzilla::DB and (eventual) subclasses Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
* Bug 279910: Query crashed with Software Error: "Unknown column ↵mkanat%kerio.com2005-02-251-4/+4
| | | | | | 'bugs.assignee_accessible' " Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=myk
* Bug 281360: Checksetup should use the new DB-compatibility layer to create $dbhmkanat%kerio.com2005-02-191-6/+22
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, r=glob, a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-2/+2
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug (None): Fix a spelling error from bug 237862mkanat%kerio.com2005-02-171-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
* Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com2005-02-171-59/+349
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 147151 : Expand the list of words 006spellcheck.t looks for; fix the ↵travis%sedsystems.ca2005-02-031-2/+2
| | | | | | places where they are wrong. Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
* Missed the 'fix on checkin' bit for Bug 279748travis%sedsystems.ca2005-02-021-1/+1
|
* Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)travis%sedsystems.ca2005-02-021-0/+40
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Patch for bug 256592: Cut down the DBD error string to a reasonable size; ↵jocuri%softhome.net2004-12-071-0/+3
| | | | patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=vladd, a=justdave.
* Bug 253696: work around NAME_lc bug in ActiveState Perl on Win32justdave%bugzilla.org2004-09-131-1/+5
| | | | | Patch by Byron Jones <bugzilla@glob.com.au> r=jouni,bbaetz a=justdave
* Bug 227191: Change DBI->connect syntax so database password will not be ↵bugreport%peshkin.net2004-07-101-2/+4
| | | | | | | revealed if connect fails r=bbaetz a=justdave
* Bug 243351: Fix mysql version sensitivity in case-sensitive searchbugreport%peshkin.net2004-05-271-0/+10
| | | | | r=jouni a=justdave