Tomas Hugec

Results 2 comments of Tomas Hugec
trafficstars

> The SQL server driver returns only identifiers for `IDENTITY` columns. Default values are not supported. So in order to use UUIDs, one has to programatically generate them before persisting?

> Yes and beyond that, for every `DEFAULT` value/function that you want to consume, you need to fetch the persisted row. T-SQL supports an `OUTPUT` clause that can be used...