1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Sequelize 3.20.0 发布 下载

本帖由 漂亮的石头2016-03-22 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,524
    赞:
    47
    Sequelize 3.20.0 发布了,Sequelize.js 提供对 MySQLMariaDBSQLitePostgreSQL 数据库的简单访问,通过映射数据库条目到对象,或者对象到数据库条目。简而言之,就是 ORM(Object-Relational-Mapper)。Sequelize.js 完全是使用 JavaScript 编写,适用于 Node.js 的环境。

    更新日志:


    • [ADDED] rejectOnEmpty mode #272 #5480


    • [ADDED] beforeCount hook #5209


    • [ADDED] validationFailed hook #1626


    • [ADDED] Support for IEEE floating point literals in postgres and sqlite #5194


    • [FIXED] addColumn with reference in mysql #5592


    • [FIXED] findAndCountAll generates invalid SQL, subQuery moves to LEFT OUTER JOIN #5445


    • [FIXED] count methods pollute the options.includes #4191


    • [FIXED] Invalid SQL generated when using group option along with attributes #3009


    • [FIXED] Mark index as unique: true when type: 'UNIQUE'. Fixes #5351


    • [FIXED] Improper escaping of bound arrays of strings on Postgres, SQLite, and Microsoft SQL Server
    Sequelize 3.20.0 发布下载地址
     
正在加载...