Closed rhuijben closed 4 days ago
Implements new style insertall support for Sqlite compatible with the implementations for Postgresql and MSSql.
Sqlite implements 'INSERT... RETURNING' like Postgressql, which is the cleanest implementation to use for RepoDb. Fixes the failing tests for Sqlite
This patch continues on top of #1187 (which is exactly the first two commits from this PR)
Implements new style insertall support for Sqlite compatible with the implementations for Postgresql and MSSql.
Sqlite implements 'INSERT... RETURNING' like Postgressql, which is the cleanest implementation to use for RepoDb. Fixes the failing tests for Sqlite
This patch continues on top of #1187 (which is exactly the first two commits from this PR)