forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
ac29403
commit 3447100
Showing
1 changed file
with
50 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters