Hi all, I have a program that uses SQLite and it frequently updates and adds to the database. However, despite my freeing the result when done memory usage continues to increase over time. The database has currently has 940 rows and uses sever selects and a select with limit and offset. Also only one insert, so anyone have any suggestions on what could be the cause? Thanks in advance.
Paul