update deps, node >= 14, add mariadb and postgres to tests
This commit is contained in:
@@ -111,6 +111,8 @@ module.exports = {
|
||||
col (field) {
|
||||
if (config.db.dialect === 'postgres') {
|
||||
return '"' + field.split('.').join('"."') + '"'
|
||||
} else if (config.db.dialect === 'mariadb') {
|
||||
return '`' + field.split('.').join('`.`') + '`'
|
||||
} else {
|
||||
return field
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user