dolthub / driver

Golang database/sql driver for Dolt
Apache License 2.0
22 stars 5 forks source link

Translate errors returned from the Dolt SQL engine into mysql.MySQLError errors. #2

Closed reltuk closed 1 year ago

reltuk commented 1 year ago

This makes them look as they would if they were returned from sql-server and which you were connecting to with github.com/go-sql-driver/mysql.