Tags: Ismonh/sequelize
Tags
fix(types): add missing findCreateFind type (sequelize#11068)
docs: fix Typescript example import and table name (sequelize#11020)
fix(redshift): allow standard_conforming_strings option (sequelize#10816 ) We use sequelize with Redshift using the sequelize postgres dialect. It doesn't support the `standard_conforming_strings` option since it is based on an older version of postgres. Since sequelize@850c7fd was introduced, sequelize will try to set this option and fail, so I added a config option. Co-authored-by: Simon Schick <demwizzy@gmail.com>
Docs: fixed typo in the model definition example (sequelize#10881)
PreviousNext