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.