]> git.mjollnir.org Git - moodle.git/commit
- Introducing the first version of the new mssql_n adodb driver (not finished, just...
authorstronk7 <stronk7>
Sun, 15 Oct 2006 16:41:55 +0000 (16:41 +0000)
committerstronk7 <stronk7>
Sun, 15 Oct 2006 16:41:55 +0000 (16:41 +0000)
commitb825e563c07baa5f1d1c8cc8ec985b1b3d809b3a
tree29191b325e6df49333c79e46c4a4ee0f69d07fa8
parent671af7d1875661bebe7cbae62cc5f0a52b6a585b
- Introducing the first version of the new mssql_n adodb driver (not finished, just for experimenting).
- Now insert_record() is handling Oracle CLOBS and BLOBS properly (really annoying the number of hacks needed).
- Creating one new global object to cache $db->MetaColumns() calls per request, because it's being used
in a lot of places inside dmllib.
TODO: hack update_record() and set_field() to allow Oracle LOBs
      enclose all the Oracle function calls into one db transaction

Merged from MOODLE_17_STABLE
lib/dmllib.php