aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema/Oracle.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵mkanat%bugzilla.org2009-10-241-0/+9
| | | | | | start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 500350: [Oracle] Use of uninitialized value in pattern match (m//) at ↵lpsolit%gmail.com2009-06-291-1/+1
| | | | Bugzilla/DB/Schema/Oracle.pm line 149 - Patch by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat
* Bug 486239: [Oracle] Missing keyword RESTRICT on fk creation (DB::Schema ↵mkanat%bugzilla.org2009-04-041-0/+3
| | | | | | explicitly specified DELETE => 'RESTRICT') Patch by Xiaoou Wu <xiaoou.wu@oracle.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat
* Bug 472013: [Oracle] checksetup.pl fails with ORA-04091 and you can't change ↵lpsolit%gmail.com2009-01-051-1/+1
| | | | the properties of custom fields - Patch by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat
* Bug 458390: Foreign Key names can be too long as currently designedmkanat%bugzilla.org2008-11-051-9/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks
* Bug 448241: [Oracle] Foreign keys: UPDATE CASCADE trigger updates wrong ↵mkanat%bugzilla.org2008-08-011-4/+4
| | | | | | tables and fields Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 448614: [Oracle] Logic error in _get_alter_type_sqlmkanat%bugzilla.org2008-08-011-1/+1
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 432726: [Oracle] DROP INDEX doesn't hash the index namemkanat%bugzilla.org2008-05-081-3/+15
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 419581: [Oracle] Enable ALTER COLUMN for Oraclemkanat%bugzilla.org2008-05-081-0/+169
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org2007-12-131-8/+21
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Fix Perl tinderbox bustage from Oracle checkin.mkanat%bugzilla.org2007-12-111-1/+1
|
* Bug 310717: [Oracle] Bugzilla::DB::Oracle modulemkanat%bugzilla.org2007-12-111-0/+210
Bug 310718: [Oracle] Bugzilla::DB::Schema::Oracle module Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat