summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema/Oracle.pm
AgeCommit message (Expand)AuthorFilesLines
2016-04-28Bug 1268174 - [PostgreSQL] $dbh->bz_add_column() fails to create new columns ...Frédéric Buclin1-2/+8
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2013-09-23Bug 919475: [Oracle] Crash when non-mandatory free text custom fields are lef...Jiří Netolický1-0/+4
2013-01-02Bug 801664 - Add DATE type for custom fields. r=LpSolit.Gervase Markham1-1/+1
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+30
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
2012-08-30Bug 731156: [Oracle] Adding or removing a DB column does not handle SERIAL co...Frédéric Buclin1-16/+48
2012-01-24Bug 715870: [Oracle] Related sequences and triggers must be removed when drop...Frédéric Buclin1-1/+19
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-19/+46
2010-06-22The DB::Schema alter_column default fix also needed to be separatelyMax Kanat-Alexander1-2/+5
2010-06-01Bug 569312: Speed up the adding of many FKs to the same table for MySQLMax Kanat-Alexander1-29/+34
2010-03-02Bug 541553: [Oracle] Drop triggers when dropping columns, and drop theXiaoou Wu1-0/+16
2009-10-24Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org1-0/+9
2009-06-29Bug 500350: [Oracle] Use of uninitialized value in pattern match (m//) at Bug...lpsolit%gmail.com1-1/+1
2009-04-04Bug 486239: [Oracle] Missing keyword RESTRICT on fk creation (DB::Schema expl...mkanat%bugzilla.org1-0/+3
2009-01-05Bug 472013: [Oracle] checksetup.pl fails with ORA-04091 and you can't change ...lpsolit%gmail.com1-1/+1
2008-11-06Bug 458390: Foreign Key names can be too long as currently designedmkanat%bugzilla.org1-9/+8
2008-08-01Bug 448241: [Oracle] Foreign keys: UPDATE CASCADE trigger updates wrong table...mkanat%bugzilla.org1-4/+4
2008-08-01Bug 448614: [Oracle] Logic error in _get_alter_type_sqlmkanat%bugzilla.org1-1/+1
2008-05-08Bug 432726: [Oracle] DROP INDEX doesn't hash the index namemkanat%bugzilla.org1-3/+15
2008-05-08Bug 419581: [Oracle] Enable ALTER COLUMN for Oraclemkanat%bugzilla.org1-0/+169
2007-12-13Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org1-8/+21
2007-12-11Fix Perl tinderbox bustage from Oracle checkin.mkanat%bugzilla.org1-1/+1
2007-12-11Bug 310717: [Oracle] Bugzilla::DB::Oracle modulemkanat%bugzilla.org1-0/+210