Skip to content

0.27.3

Latest
Compare
Choose a tag to compare
@igalklebanov igalklebanov released this 27 Apr 12:59
· 33 commits to master since this release

Hey πŸ‘‹

This release happened on 03/09/2024.

What's Changed

Breaking Changes:

  • into is now optional in InsertQueryNode.
  • table is now optional in UpdateQueryNode.
  • column data types are now validated at runtime. This only affects users who passed unsupported strings in the past. In case Kysely doesn't offer built-in support for a specific data type, you should have then and still should use sql template tag.

New Contributors

Full Changelog: 0.27.2...0.27.3