oci driver regexp abilities default to moodle_database ones

This commit is contained in:
stronk7 2009-09-09 16:04:49 +00:00
parent dd67e10c8e
commit 8a4f9c0629

View File

@ -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