mikependon / RepoDB

A hybrid ORM library for .NET.
Apache License 2.0
1.7k stars 125 forks source link

Fix buildenvironment for Sqlite #1186

Closed rhuijben closed 2 weeks ago

rhuijben commented 2 weeks ago

Switch to nuget centralized package management to minimize future projectfile changes.

Fix bulkinserts for the two maintained RepoDb.Sqlite packages and remove the unmaintained ones. (The bulkinsert fix, fixes all previously failing testcases).

Use the PostgreSql syntaxtfor Sqlite bulkinsert as that avoids additional queries, while returning the requested information.

rhuijben commented 2 weeks ago

Reorganized my patches as a few separate PRs.