Files
moodle/lib
Dan Poltawski 3447100cdb MDL-33172 - filestorage: Fix oracle incompatibilites
Fixes the following problems:

* When we select from two tables with the same named fields (id)
  and ask to sort by that field, Oracle doesn't know which table to
  sort frm unless that field is named in the SELECT. Here we do that
  by explicitly naming the fields. This keeps compatibility with before
  the reference table was added.

* Text comparisong without sql_compare_text
2012-05-25 11:17:56 +12:00
..
2012-04-21 20:02:29 +02:00
2012-04-05 16:36:10 +08:00
2012-03-18 20:40:20 +01:00
2012-05-24 15:40:06 +08:00
2012-04-21 22:17:41 +02:00