Deprecating sql_as (now the AS keyword os required in COLUMN aliases)
This commit is contained in:
@@ -1557,6 +1557,7 @@ function sql_isnull($fieldname) {
|
||||
* AS keyword at all, only columns for postgres.
|
||||
* @uses $CFG
|
||||
* @ return string the keyword
|
||||
* @deprecated Moodle 1.7 because coding guidelines now enforce to use AS in column aliases
|
||||
*/
|
||||
function sql_as() {
|
||||
global $CFG, $db;
|
||||
|
||||
Reference in New Issue
Block a user