Skip to content

Tags: guyguyon/sequelize

Tags

v4.4.2

Toggle v4.4.2's commit message
fix(connection): pg connection initialization regression (sequelize#7986

)

In case the initial query contains multiple statements in the postgres connection manager, the result will be an array which is not being handled here. Since we are only interested in the rows from the very last statement, we can skip the rest.

Closes sequelize#7985

v4.4.1

Toggle v4.4.1's commit message
fix(querygenerator): add parentheses to queries when using ALL with L…

…IKE (sequelize#7989)

v4.4.0

Toggle v4.4.0's commit message
feat(dependency): Support pg version 7 (sequelize#7888)

v4.3.2

Toggle v4.3.2's commit message
fix(connection): pick keepAlive dialectOption (sequelize#7927)

v4.3.1

Toggle v4.3.1's commit message
fix(datatypes): add length to Postgres character type

v4.3.0

Toggle v4.3.0's commit message
feat(operators): Add $regexp operator (sequelize#7855)

Adds $regexp operator for MySQL and Postgres and its negated and case-insensitive versions.

v4.2.1

Toggle v4.2.1's commit message
fix(indexes): fix composite index issue (sequelize#7854)

v4.2.0

Toggle v4.2.0's commit message
docs(migration-guide): Mention removal of sequelize.utils from public…

… API

v4.1.0

Toggle v4.1.0's commit message
4.1.0

v4.0.0

Toggle v4.0.0's commit message
4.0.0