mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
oci driver regexp abilities default to moodle_database ones
This commit is contained in:
parent
dd67e10c8e
commit
8a4f9c0629
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user