Skip to content

0.18.0

Compare
Choose a tag to compare
@koskimas koskimas released this 16 Apr 08:03
· 747 commits to master since this release

Breaking changes

UpdateQueryBuilder now takes four type arguments instead of three. The second argument is new and is the table that will be updated. The third one is a union of all the tables that can be referred to.

This only affects you if you've been using explicit types.

What's new

  • "update set from" queries are now possible because of the from method in UpdateQueryBuilder
  • Raw aliases are now possible when using the as method of a raw sql snippet.