Nevermore
Nevermore copied to clipboard
| Public | A JSON Document Store library for SQL Server
This is a draft for discussion around the concept of supporting strongly typed keys (e.g. TinyTypes). Nevermore already has support for these types in most columns, through the use of...
Use case: migrate existing table/entity to Nevermore. When adding a JSON column as NULLable, and it contains NULL, no properties are deserialized, not even column-bound properties. ```csharp public class ReportState...
Quickstart states that `The only assumption is that you'll provide an "Id" property which is a string (though it doesn't have to be a string).` Unfortunately, there is not yet...
Nevermore already had the concept of accepting an external transaction to use for reads. This PR extends that behaviour to writes. `Commit()` was renamed to `TryCommit()` to convey that it...
This class is unused within Nevermore, and its last usage within other Octopus code has been removed. This is technically a breaking change because this is a public class. However,...
[sc-52935]