We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sql statement should follow this indentation style - https://moodledev.io/general/development/policies/codingstyle/sql#indentation
moodle-tool_driprelease/lib.php
Line 389 in dd7cba7
The text was updated successfully, but these errors were encountered:
Can I confirm you mean it should have a line break after the keywords like this
$sql = 'SELECT sequence FROM {course_sections} WHERE course = :course AND sequence > "" ORDER BY section';
Always delighted to get feedback, I am very keen on complying with the coding standards.
Sorry, something went wrong.
Format of sql in get_sequence
d381dba
#1
I have formatted the sql as you can see from that commit above.
No branches or pull requests
Sql statement should follow this indentation style - https://moodledev.io/general/development/policies/codingstyle/sql#indentation
moodle-tool_driprelease/lib.php
Line 389 in dd7cba7
The text was updated successfully, but these errors were encountered: