HybridDb
HybridDb copied to clipboard
It's an O/RM... it's a document store... no it's SQL Server!
The class constraint on the type parameter has been removed.
Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.1.1 to 5.1.3. Release notes Sourced from Microsoft.Data.SqlClient's releases. Stable Release v5.1.3 [Stable release 5.1.3] - 2024-01-09 Fixed Fixed encryption downgrade issue. CVE-2024-0056 Fixed certificate chain validation...
Some types needs to be converted before being projected to a column in sql server. Say we have a property named Consumption of type Energy, which can be converted to...
We have an Id-type that cannot be projected by HybridDB. We therefore have a configuration.Document().With("CompanyId", x => x.CompanyId.ToString()) When calling .Select(x => x.CompanyId) new Ids are generated instead of returning...
Would be nice with a .Distinct and a .Count operator
In linq expression enums are shown for what they are, numbers. Querying for enums is translated to a query on ints, but we save enums as strings in the database....