summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Oracle.pm
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Bug 1272883 - [Oracle] Exclude APEX tables from $dbh->bz_table_list_real()Frédéric Buclin1-1/+2
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-2/+2
2015-03-15Bug 902395: Enforce utf8 = true for all installations and remove the utf8 par...Frédéric Buclin1-3/+2
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+2
2013-09-03Bug 911512: Bugzilla::DB::Oracle lacks POD coverageDamien Nozay1-0/+66
2013-04-28Bug 858909: When running checksetup.pl for the first time using Oracle as DB ...Frédéric Buclin1-1/+1
2013-04-18Bug 858911: Oracle fails with "ORA-04043: object T_GROUP_CONCAT does not exis...Frédéric Buclin1-1/+3
2012-12-06Fix regression due to bug 787668: The Bugzilla::DB::Oracle::st package requir...Frédéric Buclin1-1/+1
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-2/+2
2012-11-22Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones1-3/+3
2012-11-03Bug 804505: Oracle crashes when typing "word1 word2" in QuickSearch with "ORA...Frédéric Buclin1-1/+4
2012-10-19Bug 780053: Oracle crashes when listing keywords, tags or flags in buglistsDavid Taylor1-9/+13
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+7
2012-08-30Bug 731156: [Oracle] Adding or removing a DB column does not handle SERIAL co...Frédéric Buclin1-13/+49
2012-08-26Bug 559539: [Oracle] whine.pl sets run_next incorrectly due to CURRENT_DATEDavid Taylor1-0/+6
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-20/+5
2011-12-26Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamedFrédéric Buclin1-0/+4
2011-12-05Bug 550299: User fields are left blank in buglists and whines when local user...Frédéric Buclin1-7/+0
2011-12-05Bug 701350: Oracle crashes if the 'maxattachmentsize' parameter is set to a t...Frédéric Buclin1-2/+6
2011-08-17Bug 675603: Remove obsolete code from Bugzilla/DB/Oracle.pmFrédéric Buclin1-11/+1
2011-08-16Bug 654496: Duplicate bug detection doesn't work when using OracleFrédéric Buclin1-1/+1
2011-08-16Bug 582209: Bugzilla::DB::Oracle::adjust_statement() LIMIT code corrupts sub-...Frédéric Buclin1-14/+11
2010-10-07Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander1-4/+6
2010-07-15Bug 578739: Instead of removing REFERENCES from _bz_real_schema and thenMax Kanat-Alexander1-1/+1
2010-07-07Bug 552919: Sort group_concat results so that they sort correctly for buglistsMax Kanat-Alexander1-1/+1
2010-06-22Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander1-3/+2
2010-04-27Bug 561322: Make Bugzilla::DB::_connect and related functions take theirMax Kanat-Alexander1-2/+5
2010-03-02Bug 541553: [Oracle] Drop triggers when dropping columns, and drop theXiaoou Wu1-0/+8
2009-12-13Bug 505826: Allow boolean searches on the Comment field in Oracle.mkanat%bugzilla.org1-0/+4
2009-08-17Bug 509497: Implement sql_group_concat for all databasesmkanat%bugzilla.org1-0/+92
2009-07-07Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...mkanat%bugzilla.org1-1/+0
2009-02-26Bug 477745: [Oracle] Search doesn't work because of sql_string_until - Patch ...lpsolit%gmail.com1-0/+7
2009-02-20Bug 477459: buglist.cgi crashes for logged out users if the "Reporter" column...lpsolit%gmail.com1-1/+1
2009-01-05Bug 472013: [Oracle] checksetup.pl fails with ORA-04091 and you can't change ...lpsolit%gmail.com1-1/+1
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org1-1/+3
2008-12-03Bug 463688: editusers.cgi no longer lets you search for users using regular e...lpsolit%gmail.com1-5/+7
2008-11-06Bug 460421: [Oracle] Adding custom fields with type FIELD_TYPE_MULTI_SELECT r...mkanat%bugzilla.org1-0/+9
2008-10-22Bug 460922: [Oracle] Need to drop all the FKs before dropping tables - Patch ...lpsolit%gmail.com1-0/+18
2008-10-17Bug 455857: [Oracle] 'Find a Specific Bug' doesn't work - Patch by Xiaoou <xi...lpsolit%gmail.com1-1/+2
2008-08-27Bug 450379: Searching SQL for candidates to truncate short_desc (> 255 chars)...lpsolit%gmail.com1-0/+2
2008-08-01Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1mkanat%bugzilla.org1-0/+9
2008-08-01Bug 448241: [Oracle] Foreign keys: UPDATE CASCADE trigger updates wrong table...mkanat%bugzilla.org1-12/+48
2008-07-01Bug 442848: [Oracle] Remove hardcoded "ORDER BY quipid" in Bugzilla::DB::Oraclemkanat%bugzilla.org1-2/+2
2008-07-01Bug 432601: [Oracle] Fix 'Find a specific Bug' (fulltext searching)mkanat%bugzilla.org1-2/+2
2008-07-01Bug 421264: Fix 'usemenuforusers' on Oracle (fix empty string replacement)mkanat%bugzilla.org1-2/+7
2008-06-30Bug 421064: [Oracle] whine.pl crashes and doesn't workmkanat%bugzilla.org1-4/+15
2008-06-23Bug 157092: Implement a checking mechanism for invalid regexp (Fix the Oracle...mkanat%bugzilla.org1-0/+10
2008-06-20Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com1-2/+6
2008-01-19Bug 411832: [Oracle] Change ISOLATION_LEVEL to 'READ COMMITTED'mkanat%bugzilla.org1-1/+1
2008-01-18Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org1-0/+16