Nevermore
Nevermore copied to clipboard
| Public | A JSON Document Store library for SQL Server
[sc-30875]
[sc-30139]
I'm testing a few cases with Nevermore and encountered an exeception when disposes a ReadTransaction: System.InvalidOperationException: There is already an open DataReader associated with this Connection which must be closed...
The quickstart / documentation doesn't state that one needs to run some queries on the target database in order to use Nevermore. https://github.com/OctopusDeploy/Nevermore/tree/master/source/Nevermore/UpgradeScripts I figure it works best when using...
# Background Add basic support for projection in `IQueryable` queries. ## Project a single column ``` csharp transaction.Queryable().Select(d => d.Id); ``` ## Project a set of properties as an anonymous...
I was writing some tests and found out that `BeginReadTransaction` method does not create a transaction and therefore will not hold a transaction name. I could only find references to...
## Summary In scenarios where derived classes have their own tables, the serialised JSON would include properties that were already mapped to columns. This is because the `RelationalJsonContractResolver` used the...