Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 505826: Allow boolean searches on the Comment field in Oracle. | mkanat%bugzilla.org | 2009-12-13 | 1 | -0/+4 |
| | | | | Patch by Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 509497: Implement sql_group_concat for all databases | mkanat%bugzilla.org | 2009-08-17 | 1 | -0/+92 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat Patch by Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵ | mkanat%bugzilla.org | 2009-07-07 | 1 | -1/+0 |
| | | | | | | the "fields" and "order" arguments, to prevent problems with using SQL fragments in the order and columnlist. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat | ||||
* | Bug 477745: [Oracle] Search doesn't work because of sql_string_until - Patch ↵ | lpsolit%gmail.com | 2009-02-26 | 1 | -0/+7 |
| | | | | by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | ||||
* | Bug 477459: buglist.cgi crashes for logged out users if the "Reporter" ↵ | lpsolit%gmail.com | 2009-02-20 | 1 | -1/+1 |
| | | | | column is displayed - Patches by Frédéric Buclin <LpSolit@gmail.com> and Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | ||||
* | Bug 472013: [Oracle] checksetup.pl fails with ORA-04091 and you can't change ↵ | lpsolit%gmail.com | 2009-01-05 | 1 | -1/+1 |
| | | | | the properties of custom fields - Patch by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | ||||
* | Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail. | mkanat%bugzilla.org | 2008-12-24 | 1 | -1/+3 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat | ||||
* | Bug 463688: editusers.cgi no longer lets you search for users using regular ↵ | lpsolit%gmail.com | 2008-12-03 | 1 | -5/+7 |
| | | | | expressions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=xiaoou a=LpSolit | ||||
* | Bug 460421: [Oracle] Adding custom fields with type FIELD_TYPE_MULTI_SELECT ↵ | mkanat%bugzilla.org | 2008-11-05 | 1 | -0/+9 |
| | | | | | | requires a unique constraint on the "value" column Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 460922: [Oracle] Need to drop all the FKs before dropping tables - Patch ↵ | lpsolit%gmail.com | 2008-10-22 | 1 | -0/+18 |
| | | | | by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | ||||
* | Bug 455857: [Oracle] 'Find a Specific Bug' doesn't work - Patch by Xiaoou ↵ | lpsolit%gmail.com | 2008-10-17 | 1 | -1/+2 |
| | | | | <xiaoou.wu@oracle.com> r/a=mkanat | ||||
* | Bug 450379: Searching SQL for candidates to truncate short_desc (> 255 ↵ | lpsolit%gmail.com | 2008-08-27 | 1 | -0/+2 |
| | | | | chars) should use CHAR_LENGTH - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> and Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | ||||
* | Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1 | mkanat%bugzilla.org | 2008-08-01 | 1 | -0/+9 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | ||||
* | Bug 448241: [Oracle] Foreign keys: UPDATE CASCADE trigger updates wrong ↵ | mkanat%bugzilla.org | 2008-08-01 | 1 | -12/+48 |
| | | | | | | tables and fields Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 442848: [Oracle] Remove hardcoded "ORDER BY quipid" in Bugzilla::DB::Oracle | mkanat%bugzilla.org | 2008-07-01 | 1 | -2/+2 |
| | | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 432601: [Oracle] Fix 'Find a specific Bug' (fulltext searching) | mkanat%bugzilla.org | 2008-07-01 | 1 | -2/+2 |
| | | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 421264: Fix 'usemenuforusers' on Oracle (fix empty string replacement) | mkanat%bugzilla.org | 2008-07-01 | 1 | -2/+7 |
| | | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 421064: [Oracle] whine.pl crashes and doesn't work | mkanat%bugzilla.org | 2008-06-30 | 1 | -4/+15 |
| | | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 157092: Implement a checking mechanism for invalid regexp (Fix the ↵ | mkanat%bugzilla.org | 2008-06-23 | 1 | -0/+10 |
| | | | | | | Oracle driver) Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 157092 â Implement a checking mechanism for invalid regexp | dkl%redhat.com | 2008-06-19 | 1 | -2/+6 |
| | | | | Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat | ||||
* | Bug 411832: [Oracle] Change ISOLATION_LEVEL to 'READ COMMITTED' | mkanat%bugzilla.org | 2008-01-19 | 1 | -1/+1 |
| | | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 408172: [Oracle] Bug lists longer than 1000 bugs fail | mkanat%bugzilla.org | 2008-01-18 | 1 | -0/+16 |
| | | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 410134: [Oracle] Make Oracle case-insensitive for Bugzilla | mkanat%bugzilla.org | 2007-12-29 | 1 | -0/+3 |
| | | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 408032: [Oracle] Make bzdbcopy.pl work with Oracle | mkanat%bugzilla.org | 2007-12-13 | 1 | -0/+23 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 408037: [Oracle] Running checksetup.pl twice doesn't work | mkanat%bugzilla.org | 2007-12-13 | 1 | -1/+7 |
| | | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 310717: [Oracle] Bugzilla::DB::Oracle module | mkanat%bugzilla.org | 2007-12-11 | 1 | -0/+487 |
Bug 310718: [Oracle] Bugzilla::DB::Schema::Oracle module Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat |