bbsimonbb/query-first

Guid is always not nullable

Closed this issue · 1 comments

Guid is a struct so it should be

return nullable ? "Guid?" : "Guid";

EDIT
Change in SqlClient is not required I think. Change in System2Alias.cs is sufficient.


to make it work it should be added here as well.
And the same goes for System.DateTime