Project Details‎ > ‎Project updates‎ > ‎

Missing readings in DB

posted Feb 24, 2018, 2:19 PM by Tom Gutwin
I broke something that has to be fixed before any further release...
I noticed that kw readings would all of a sudden begin disappearing from the Database and could not figure out why.

I think I found and patched the issue.  (autoCommit was off to allow table rendering of the result sets and never committed any db additions: not good)

I now commit before closing the DB connection.

Testing to see if it solves or regresses other issues.
Comments