Tags: guyguyon/sequelize
Tags
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
fix(querygenerator): add parentheses to queries when using ALL with L… …IKE (sequelize#7989)
fix(connection): pick keepAlive dialectOption (sequelize#7927)
feat(operators): Add $regexp operator (sequelize#7855) Adds $regexp operator for MySQL and Postgres and its negated and case-insensitive versions.
PreviousNext