Skip to content
  • Eloy Lafuente's avatar
    MDL-47509 Profile restriction: More oracle/text fixes · 27843225
    Eloy Lafuente authored
    1) Get rid of "uid" that is a reserved word.
    2) Add cross-db support for text columns in the get_condition_sql() method
       by adding a new, defaulting to false for BC param and intensively using
       the sql_compare_text() helper to build the correct sql fragments.
    27843225