Hi,
while implementing my little Logger feature i noticed that i get to many sqlite_step calls, it looks like the _extract methods use reset() at the end and in doing so reset execution_started which leads to another execution of the query when it leaves the scope.
I would fix it but i lack the time right now to test it and i think thats an urgent one to fix.
Hi,
while implementing my little Logger feature i noticed that i get to many sqlite_step calls, it looks like the
_extractmethods usereset()at the end and in doing so resetexecution_startedwhich leads to another execution of the query when it leaves the scope.I would fix it but i lack the time right now to test it and i think thats an urgent one to fix.