odbc
odbc copied to clipboard
odbc driver written in go
system: win10 go1.6 drill1.7  
``` I see in odbcstmt.go you have a comment about using SQLExecDirect. Now with the optional Queryer interface: http://tip.golang.org/pkg/database/sql/driver/#Queryer I think it would make sense to implement Queryer using SQLExecDirect....
I am attempting to build a dll that uses this package. On opening the odbc connection with the `sql.Open("odbc", "mydns")` I always receive an unable to marshal error (very generic...
I'm having errors when I execute a query to Denodo, sometimes it randomly gives me a panic error and the service crashes. rows, err := repo.db.Query(dbQuery) Example error: ``` fatal...
How to read and save the image stored in Microsoft Access Database long binary data type? Can you give me an example? thanks.
When I execute this query directly (replace placeholder with variables) there's no issue: ``` 13:07:03 DBG 22 duckdb_storage.go:19 > query="CREATE TABLE \"Source\" AS \n\t\t\t\tSELECT * FROM read_csv_auto('examples/data/airlines.dat', HEADER=true, SEP=\",\")" composed...
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20190916202348-b4ddaad3f8a3 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I faced an issue when I was using this library. ```shell ... github.com/alexbrainman/odbc/api/api_unix.go:15:11: fatal error: 'sql.h' file not found #include ^~~~~~~ ``` I was using old commit of the master...
I got the error `api/api_unix.go:15:11: fatal error: 'sql.h' file not found` OS: OS X unixODBC: 2.3.12
So this works perfectly for most queries with Tally but for certain fields I get this error `wrong column #0 length 0 returned, 8 expected`. Same code works for say...