Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

Releases: pinpt/go-dremio

2.1.0

24 Apr 19:04
Compare
Choose a tag to compare

update to latest go-common 5.3.1

2.0.14

22 Apr 21:10
Compare
Choose a tag to compare
  • 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.13

15 Apr 15:40
Compare
Choose a tag to compare
enhancements

2.0.12

15 Apr 15:26
Compare
Choose a tag to compare

Small enhancements

2.0.11

31 Jan 10:15
Compare
Choose a tag to compare

Handle canceled jobs

2.0.10

25 Jan 20:50
Compare
Choose a tag to compare
  • Fixed issue where placeholder wasn't working for IN query and added test case
  • fixed package name

2.0.9

09 Jan 00:42
Compare
Choose a tag to compare

Fixed issue where on login (sql.Open) an error doesn't get returned

2.0.8

27 Dec 16:31
Compare
Choose a tag to compare
  • Check for nil error status instead of crashing
  • Don't poll so aggressively

2.0.7

21 Dec 23:04
Compare
Choose a tag to compare
Enable ^C and disable exit and quit in multiline

2.0.6

21 Dec 23:05
0a8dd99
Compare
Choose a tag to compare
Merge pull request #1 from pinpt/BE-1129

BE-1129 Allow multiline in console for “select”