OctopusDeploy / Nevermore

| Public | A JSON Document Store library for SQL Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guid Ids throw an exception

DamianMac opened this issue · comments

Trying to do a string conversion on the Id, which if it's a Guid will break.

[InvalidCastException: Unable to cast object of type 'System.Guid' to type 'System.String'.]
Nevermore.RelationalTransaction.Insert(String tableName, TDocument instance, String customAssignedId) in y:\work\2d0b669262a9a443\source\Nevermore\RelationalTransaction.cs:100
Nevermore.RelationalTransaction.Insert(TDocument instance) in y:\work\2d0b669262a9a443\source\Nevermore\RelationalTransaction.cs:76