Open purnendudash opened 7 months ago
also - please review all SQL queries and ensure you are using placeholders correctly: https://moodledev.io/docs/4.4/apis/core/dml#placeholders
correct usage of Moodle's DML api is a requirement for plugins db approval.
Sql statement should follow this indentation style - https://moodledev.io/general/development/policies/codingstyle/sql#indentation
https://github.com/moodle-fumihax/mod_lticontainer/blob/3bade7a5b11d272ac3a243996405c61790efb1da/locallib_db.php#L141