🌐 AI搜索 & 代理 主页
Skip to content

Releases: sequelize/sequelize

v7.0.0-alpha.47

25 Oct 08:02

Choose a tag to compare

v7.0.0-alpha.47 Pre-release
Pre-release

7.0.0-alpha.47 (2025-10-25)

Bug Fixes

  • core: correct subquery join resolution & use alias minification for join references (#18012) (af74df1)
  • db2: update the ibm_db module to 3.3.0 (#17737) (7d386bf)
  • postgres, sqlite3: map conflictFields to column names in Model.upsert (#17211) (ba9e86f)
  • postgres: order on column name in showConstraintsQuery (#17760) (5de096a)

Features

BREAKING CHANGES

  • the bindParam option has been replaced with parameterStyle which defaults to ParameterStyle.BIND

v6.37.7

28 Mar 11:35
5b7c801

Choose a tag to compare

6.37.7 (2025-03-28)

Bug Fixes

  • oracle: fix changeColumn SQL for BLOB to avoid implicit conversion (#17719) (5b7c801)

v7.0.0-alpha.46

22 Mar 20:59

Choose a tag to compare

v7.0.0-alpha.46 Pre-release
Pre-release

7.0.0-alpha.46 (2025-03-22)

Bug Fixes

Features

v6.37.6

04 Mar 10:38
5623e2d

Choose a tag to compare

6.37.6 (2025-03-04)

Meta

v7.0.0-alpha.45

17 Feb 13:59

Choose a tag to compare

v7.0.0-alpha.45 Pre-release
Pre-release

7.0.0-alpha.45 (2025-02-17)

Bug Fixes

  • core: Adjust model validator types yet again (#17689) (942b086)
  • core: Further improve type declaration for model validation functions (#17686) (351b809)
  • core: stop index hints from incorrectly being passed down to associations (#17559) (38162da)
  • update type definition for orderItem to use variadic type (#17714) (1b61756)

Features

v7.0.0-alpha.44

27 Jan 07:32

Choose a tag to compare

v7.0.0-alpha.44 Pre-release
Pre-release

7.0.0-alpha.44 (2025-01-27)

Bug Fixes

  • core: adjust Model.sum|min|max return type to include null (#17527) (5135e83)
  • core: Improve type declaration for model validation functions (#17586) (78fd0ea)
  • remove deprecated tasksRunnerOptions (#17652) (b0c7778)
  • snowflake: automatically fetch last inserted row ID when using AUTOINCREMENT pk (#17626) (d2e3b6e)
  • update broken link to lock docs (#17563) (3754bda)

Features

v6.37.5

25 Oct 12:30
fce5ad3

Choose a tag to compare

6.37.5 (2024-10-25)

Bug Fixes

v7.0.0-alpha.43

04 Oct 14:13

Choose a tag to compare

v7.0.0-alpha.43 Pre-release
Pre-release

7.0.0-alpha.43 (2024-10-04)

Bug Fixes

Features

v6.37.4

04 Oct 14:21
78a9733

Choose a tag to compare

6.37.4 (2024-10-04)

Bug Fixes

  • oracle: add support for Oracle Database 23ai (#17345) (b9e71a7)
  • oracle: validate input with TO_TIMESTAMP_TZ and TO_DATE (#17516) (5deadd2)

v7.0.0-alpha.42

13 Sep 13:40

Choose a tag to compare

v7.0.0-alpha.42 Pre-release
Pre-release

7.0.0-alpha.42 (2024-09-13)

Bug Fixes

  • mssql: add ability to use instanceName in connection-manager config (#17432) (b2e0d69)