Back to Moodle

auth_db Upgrade notes

public/auth/db/UPGRADING.md

5.2.0392 B
Original Source

auth_db Upgrade notes

5.2

Deprecated

  • The ext_addslashes() method has been deprecated from auth_plugin_db, because external database queries now use parameterized statements instead. As a result, the sybasequoting setting has also been removed, since it was only ever used by that method.

    For more information see MDL-88138