slingdata-io / sling-cli

Sling is a CLI tool that extracts data from a source storage/database and loads it in a target storage/database.
https://docs.slingdata.io
GNU General Public License v3.0
299 stars 16 forks source link

Parse MS UUID #317

Closed johanan closed 2 weeks ago

johanan commented 3 weeks ago

For Issue #304

Here are the changes I made to correctly parse uuids from MS SQL Server. It took longer than I had hoped as I have never written Go before and I wanted to understand everything I was writing. Here is an overview of what I added/changed:

I had previously edited go.mod and go.sum, but I reverted them to what they were.

flarco commented 2 weeks ago

This is great, thank you. Will take a closer look and merge soon.