Skip to content

Releases: grafana/sqlds

Close released connections before reconnecting

09 Dec 11:28
e30c0ed
Compare
Choose a tag to compare

Fix parsing macros in nested queries

30 Nov 11:40
cd68d26
Compare
Choose a tag to compare

Fixes bug with parsing macros in more complex queries

Query retries

29 Nov 18:18
e5824c8
Compare
Choose a tag to compare

Use retries setting for queries not just ping.

Mock - return results from handler

21 Nov 16:13
c88be27
Compare
Choose a tag to compare
v2.3.15

return handler query (#76)

Support Retries, use Timeout for Ping

10 Nov 14:22
cdeb646
Compare
Choose a tag to compare
  • Provides a way to perform retries where the db is temporarily unavailable.
  • Now uses the timeout setting for Ping

Also allows registering a mock driver with a handler allowing handling the Ping and Results for the mock driver.

Fix parsing macros

19 Oct 08:44
53084cb
Compare
Choose a tag to compare

Nested macros are now parsed correctly

Driver Mock

14 Oct 14:11
c6f16cd
Compare
Choose a tag to compare

Adds a mock driver that we can begin to use to test different scenarios in unit tests.

Mock

07 Oct 17:24
1bab138
Compare
Choose a tag to compare

Adds sql mock for cases where connectivity is blocked.

v2.3.9

23 Sep 14:13
1f2fed4
Compare
Choose a tag to compare

Export some of the functions in preparation for long running queries.

v2.3.8

12 May 14:31
0f7924c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.7...v2.3.8