Releases: pinpt/go-dremio
Releases · pinpt/go-dremio
2.1.0
update to latest go-common 5.3.1
2.0.14
- Fixed issue where Dremio was returning an error during streaming and we stopped and didn't return an error.
- Don't hit the query results API so hard on initial query
2.0.10
- Fixed issue where placeholder wasn't working for IN query and added test case
- fixed package name
2.0.9
Fixed issue where on login (sql.Open) an error doesn't get returned
2.0.8
- Check for nil error status instead of crashing
- Don't poll so aggressively
2.0.7
Enable ^C and disable exit and quit in multiline
2.0.6
Merge pull request #1 from pinpt/BE-1129
BE-1129 Allow multiline in console for “select”