]> git.mjollnir.org Git - moodle.git/commit
Now all the insert_record() and update_record() calls under
authorstronk7 <stronk7>
Thu, 21 Sep 2006 18:30:50 +0000 (18:30 +0000)
committerstronk7 <stronk7>
Thu, 21 Sep 2006 18:30:50 +0000 (18:30 +0000)
commit94e65cc36caed787c2f118c2f856c3e22813e51a
treeaeeba4bc5d320da418597807a8afd778a8324f68
parent85f101fa269ba93c324afd6ec738c2a5330dd8bb
Now all the insert_record() and update_record() calls under
Oracle DB use the oracle_dirty_hack() function to transform
empty strings into something different ' ' in order to avoid
the problems with the empty=NULL stupid norm of Oracle.

With this change, Oracle installation works completely.

Now we need to implement everywhere the opposite hack: transforming
all those ' ' (1 whitespace) back to the '' (empty string). Working
on it now.
lib/dmllib.php