RepoDB
RepoDB copied to clipboard
A hybrid ORM library for .NET.
### Bug Description I try to insert an object into my database. It succesfully inserts the row but then it crashes immediately afterwards when it tries to return the primary...
The last official release was 1.13.1 from 3/16/2023 (commit 4ee230b) There have been about 23 commits to master since then but no official releases. Those include at least one bug...
I'm trying to implement a Postgres Upsert using the MergeAsync method, but run into a strange behavior. RepoDB inserts 0 into identity column rather than allowing Postgres to create the...
I'm trying to import data into a temporary table using the same connection. I manually tried adding some values and it works, but when using BulkInsert() gives me an error:...
### Bug Description When processing the result of the Merge, the data type of the row identifier is processed incorrectly causing a FormatException. On investigation, this happens with MySQL versions...
These changes are also available as separate PRs, but the combination fixes all the tests and adds testing on GitHub Actions to prove that the changes are fixed and remain...
When having a model with the Identity as a Int or Short and returning Ids in Bulkoperations there is an exceptions setting the value is the IdentityResult model because its...
### Bug Description When using a parameter name that matches (multiple) column names, RepoDB seems to derive the type of the parameter from a matching database column in the query,...