Skip to content

v0.7.1 - November 29th, 2018

Compare
Choose a tag to compare
@nickbabcock nickbabcock released this 30 Nov 01:41
· 598 commits to master since this release

Bugfix for the postgres / timescaledb users who have experienced the rare bug of "26000: prepared statement "_p1" does not exist" during database operations. It is unknown whether this is a bug in the C# postgres driver or intended behavior. Regardless, OhmGraphite would enter an infinite loop trying to insert sensor data. The fix is to now on db failure, in addition to re-instantiating a connection, to purge all persisted prepared statements.