Tags: lovelgw/sequelize
Tags
fix(types): fix `Model.prototype.previous()` (sequelize#13042)
fix(types): allow bigints in `WhereValue` (sequelize#13028) Co-authored-by: Pedro Augusto de Paula Barbosa <[email protected]>
fix(mysql): release connection on deadlocks (sequelize#13102) * test(mysql, mariadb): improve transaction tests - Greatly improve test for `SELECT ... LOCK IN SHARE MODE` - Greatly improve test for deadlock handling * fix(mysql): release connection on deadlocks This is a follow-up for a problem not covered by sequelize#12841. * refactor(mariadb): `query.js` similar to mysql's * Update comments with a reference to this PR
refactor(query): similar code for mysql and mariadb (sequelize#12981)
PreviousNext