Skip to content

0.106.0

Compare
Choose a tag to compare
@dantownsend dantownsend released this 21 Feb 19:38
· 201 commits to master since this release
7e6012b

Joins now work within update queries. For example:

await Band.update({
    Band.name: 'Amazing Band'
}).where(
    Band.manager.name == 'Guido'
)

Other changes:

  • Improved the template used by piccolo app new when creating a new Piccolo app (it now uses table_finder).