Basic uniqueidentifier support for MS SQL

Issue #718 resolved
Former user created an issue

I'm having problems reflecting tables from MS SQL when there is a uniqueidentifier column (16 byte GUID), the current 0.3.x code doesn't know what it is. I've created a simple patch which adds a MSUniqueIdentifier type based on Binary which is good enough for reflection and queries.

Comments (1)

  1. Log in to comment