Disables setting AUTOCOMMIT for Postgres >= 9.4.0
Fixes issue https://github.com/sequelize/sequelize/issues/4631 User needs to supply "databaseVersion" key in options object when instantiating the Sequelize class. Value should be semver compliant e.g. "9.5.0" but not "9.5.0beta2"
Showing
with
8 additions
and
2 deletions
-
Please register or sign in to post a comment