You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try scanning into the UniqueIdentifier type exported by the driver.
SQL Server transposes some of the guid bits, and this type knows to flip them.
It's mentioned in the readme
@bakbuz you can also cast the uniqueidentifier type as CHAR(36) which returns a correct byte order, which then can be scanned by any type in example the google uuid package.
Hi guys
When I add a new record, it inserted it correctly, but assigns the wrong value when reading the data (select query)
Example:
Result:
How can I solve of this problem?
Best regards
The text was updated successfully, but these errors were encountered: