Use returning() from sql-kit
m-barthelemy
released this
22 Jul 12:23
·
35 commits
to master
since this release
This release removes the internal implementation of .returning()
used with Postgres.
Instead, we now rely on the implementation of RETURNING recently added to SQL-kit 3.5.0
Bumping release number to 1.0.0-rc now that this project has been used by quite a few people with no reports of issues.
UPGRADE NOTES: If you want to upgrade to this release and use Postgres, make sure you use postgres-kit
>= 2.1.0.