aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Oracle.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+2
* Bug 911512: Bugzilla::DB::Oracle lacks POD coverageDamien Nozay2013-09-031-0/+66
* Bug 858909: When running checksetup.pl for the first time using Oracle as DB ...Frédéric Buclin2013-04-281-1/+1
* Bug 858911: Oracle fails with "ORA-04043: object T_GROUP_CONCAT does not exis...Frédéric Buclin2013-04-181-1/+3
* Fix regression due to bug 787668: The Bugzilla::DB::Oracle::st package requir...Frédéric Buclin2012-12-061-1/+1
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-2/+2
* Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones2012-11-221-3/+3
* Bug 804505: Oracle crashes when typing "word1 word2" in QuickSearch with "ORA...Frédéric Buclin2012-11-031-1/+4
* Bug 780053: Oracle crashes when listing keywords, tags or flags in buglistsDavid Taylor2012-10-191-9/+13
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+7
* Bug 731156: [Oracle] Adding or removing a DB column does not handle SERIAL co...Frédéric Buclin2012-08-301-13/+49
* Bug 559539: [Oracle] whine.pl sets run_next incorrectly due to CURRENT_DATEDavid Taylor2012-08-261-0/+6
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-20/+5
* Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamedFrédéric Buclin2011-12-261-0/+4
* Bug 550299: User fields are left blank in buglists and whines when local user...Frédéric Buclin2011-12-051-7/+0
* Bug 701350: Oracle crashes if the 'maxattachmentsize' parameter is set to a t...Frédéric Buclin2011-12-051-2/+6
* Bug 675603: Remove obsolete code from Bugzilla/DB/Oracle.pmFrédéric Buclin2011-08-171-11/+1
* Bug 654496: Duplicate bug detection doesn't work when using OracleFrédéric Buclin2011-08-161-1/+1
* Bug 582209: Bugzilla::DB::Oracle::adjust_statement() LIMIT code corrupts sub-...Frédéric Buclin2011-08-161-14/+11
* Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander2010-10-071-4/+6
* Bug 578739: Instead of removing REFERENCES from _bz_real_schema and thenMax Kanat-Alexander2010-07-141-1/+1
* Bug 552919: Sort group_concat results so that they sort correctly for buglistsMax Kanat-Alexander2010-07-061-1/+1
* Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander2010-06-211-3/+2
* Bug 561322: Make Bugzilla::DB::_connect and related functions take theirMax Kanat-Alexander2010-04-271-2/+5
* Bug 541553: [Oracle] Drop triggers when dropping columns, and drop theXiaoou Wu2010-03-011-0/+8
* Bug 505826: Allow boolean searches on the Comment field in Oracle.mkanat%bugzilla.org2009-12-131-0/+4
* Bug 509497: Implement sql_group_concat for all databasesmkanat%bugzilla.org2009-08-171-0/+92
* Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...mkanat%bugzilla.org2009-07-071-1/+0
* Bug 477745: [Oracle] Search doesn't work because of sql_string_until - Patch ...lpsolit%gmail.com2009-02-261-0/+7
* Bug 477459: buglist.cgi crashes for logged out users if the "Reporter" column...lpsolit%gmail.com2009-02-201-1/+1
* Bug 472013: [Oracle] checksetup.pl fails with ORA-04091 and you can't change ...lpsolit%gmail.com2009-01-051-1/+1
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-1/+3
* Bug 463688: editusers.cgi no longer lets you search for users using regular e...lpsolit%gmail.com2008-12-031-5/+7
* Bug 460421: [Oracle] Adding custom fields with type FIELD_TYPE_MULTI_SELECT r...mkanat%bugzilla.org2008-11-051-0/+9
* Bug 460922: [Oracle] Need to drop all the FKs before dropping tables - Patch ...lpsolit%gmail.com2008-10-221-0/+18
* Bug 455857: [Oracle] 'Find a Specific Bug' doesn't work - Patch by Xiaoou <xi...lpsolit%gmail.com2008-10-171-1/+2
* Bug 450379: Searching SQL for candidates to truncate short_desc (> 255 chars)...lpsolit%gmail.com2008-08-271-0/+2
* Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1mkanat%bugzilla.org2008-08-011-0/+9
* Bug 448241: [Oracle] Foreign keys: UPDATE CASCADE trigger updates wrong table...mkanat%bugzilla.org2008-08-011-12/+48
* Bug 442848: [Oracle] Remove hardcoded "ORDER BY quipid" in Bugzilla::DB::Oraclemkanat%bugzilla.org2008-07-011-2/+2
* Bug 432601: [Oracle] Fix 'Find a specific Bug' (fulltext searching)mkanat%bugzilla.org2008-07-011-2/+2
* Bug 421264: Fix 'usemenuforusers' on Oracle (fix empty string replacement)mkanat%bugzilla.org2008-07-011-2/+7
* Bug 421064: [Oracle] whine.pl crashes and doesn't workmkanat%bugzilla.org2008-06-301-4/+15
* Bug 157092: Implement a checking mechanism for invalid regexp (Fix the Oracle...mkanat%bugzilla.org2008-06-231-0/+10
* Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com2008-06-191-2/+6
* Bug 411832: [Oracle] Change ISOLATION_LEVEL to 'READ COMMITTED'mkanat%bugzilla.org2008-01-191-1/+1
* Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org2008-01-181-0/+16
* Bug 410134: [Oracle] Make Oracle case-insensitive for Bugzillamkanat%bugzilla.org2007-12-291-0/+3
* Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org2007-12-131-0/+23
* Bug 408037: [Oracle] Running checksetup.pl twice doesn't workmkanat%bugzilla.org2007-12-131-1/+7