odbc
odbc copied to clipboard
odbc driver written in go
Results
72
odbc issues
Sort by
recently updated
recently updated
newest added
When I tried to do cross-platform build on Windows for Linux, I encountered the following errors: ..\..\..\go\pkg\mod\github.com\alexbrainman\[email protected]\api\api.go:17:9: undefined: SQLSMALLINT ..\..\..\go\pkg\mod\github.com\alexbrainman\[email protected]\api\api.go:18:9: undefined: SQLUSMALLINT
Hey @alexbrainman I've been using your ODBC driver (which has been great, thank you!) alongside Apache Spark Connect in a Go application, and I ran into an interesting signal handling...