Skip to content

Commit

Permalink
MySQL dialect options extended by the schema property.
Browse files Browse the repository at this point in the history
  • Loading branch information
janoga authored and durasj committed Nov 17, 2021
1 parent 35978f0 commit 83fc510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dialects/mysql/index.js
Expand Up @@ -24,6 +24,7 @@ class MysqlDialect extends AbstractDialect {
MysqlDialect.prototype.supports = _.merge(_.cloneDeep(AbstractDialect.prototype.supports), {
'VALUES ()': true,
'LIMIT ON UPDATE': true,
schemas: true,
lock: true,
forShare: 'LOCK IN SHARE MODE',
settingIsolationLevelDuringTransaction: false,
Expand Down

0 comments on commit 83fc510

Please sign in to comment.