From 8a4f9c06299c0e4be4e9e943a752fe360b6bcf6c Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 9 Sep 2009 16:04:49 +0000 Subject: [PATCH] oci driver regexp abilities default to moodle_database ones --- lib/dml/oci_native_moodle_database.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/dml/oci_native_moodle_database.php b/lib/dml/oci_native_moodle_database.php index 432f748525..fdf2aafc17 100644 --- a/lib/dml/oci_native_moodle_database.php +++ b/lib/dml/oci_native_moodle_database.php @@ -1201,14 +1201,6 @@ class oci_native_moodle_database extends moodle_database { return ' '; } - public function sql_regex_supported() { - return false; - } - - public function sql_regex($positivematch=true) { - return null; - } - /// session locking // http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96612/d_lock2.htm#999576 -- 2.39.5