aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Mysql.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: ↵mkanat%kerio.com2005-03-091-1/+13
| | | | | | This patch also creates a database-agnostic fulltext search method.) Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 284598: INSTR function is not supported by postgresmkanat%kerio.com2005-03-051-0/+14
| | | | 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-1/+5
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
* Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com2005-02-171-0/+162
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk