Skip to content

v0.0.2

Compare
Choose a tag to compare
@ncabatoff ncabatoff released this 04 May 23:02
· 3 commits to master since this release

Changelog

69eac32 Add: flag to print version of the application
322d8ef Fix connection leak that occured due to incorrectly closing the db handle on error.
c711ee1 Work around int32/64 counter overflows on the DB side, by casting to uint32/64 on the Go side. Fixes #2.
ad7ed71 Add -scrape.fatal-timeout command line option; when nonzero, this gives a query timeout. If it takes longer than that to run a query, exit with error. This is a stopgap effort to fix #1 until the real issue is fixed upstream in gofreetds.