Commit 9e83ca09 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Fix Perl tinderbox bustage from Oracle checkin.

parent 125a3c76
......@@ -177,7 +177,7 @@ sub _get_notnull_trigger_ddl {
. " FOR EACH ROW"
. " BEGIN "
. " IF :NEW.". $column ." IS NULL THEN "
. " SELECT '" . Bugzilla::DB::Oracle::EMPTY_STRING
. " SELECT '" . Bugzilla::DB::Oracle->EMPTY_STRING
. "' INTO :NEW.". $column ." FROM DUAL; "
. " END IF; "
. " END ".$table.";";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment