odbc icon indicating copy to clipboard operation
odbc copied to clipboard

odbc driver written in go

Results 72 odbc issues
Sort by recently updated
recently updated
newest added

system: win10 go1.6 drill1.7 ![qq 20160811135217](https://cloud.githubusercontent.com/assets/3609288/17581284/66371fba-5fd7-11e6-80b1-a5d19c2b04b7.png) ![qq 20160811135223](https://cloud.githubusercontent.com/assets/3609288/17581289/6865e622-5fd7-11e6-8686-d57d701b2c69.png)

``` 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....

Priority-Medium
Type-Defect
auto-migrated

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20190916202348-b4ddaad3f8a3&new-version=0.1.0)](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...

dependencies

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...