Sequelize 3.20.0 发布
欢迎加入运维网交流群:263444886>>> »Sequelize 3.20.0 发布了,Sequelize.js 提供对 MySQL,MariaDB,SQLite 和 PostgreSQL 数据库的简单访问,通过映射数据库条目到对象,或者对象到数据库条目。简而言之,就是 ORM(Object-Relational-Mapper)。Sequelize.js 完全是使用 JavaScript 编写,适用于 Node.js 的环境。
更新日志:
[*] rejectOnEmpty mode #272 #5480
[*] beforeCount hook #5209
[*] validationFailed hook #1626
[*] Support for IEEE floating point literals in postgres and sqlite #5194
[*] addColumn with reference in mysql #5592
[*] findAndCountAll generates invalid SQL, subQuery moves to LEFT OUTER JOIN #5445
[*] count methods pollute the options.includes #4191
[*] Invalid SQL generated when using group option along with attributes #3009
[*] Mark index as unique: true when type: 'UNIQUE'. Fixes #5351
[*] Improper escaping of bound arrays of strings on Postgres, SQLite, and Microsoft SQL Server
页:
[1]