I have a simple app that uses a database as a log and just repeatedly INSERT's.
Originally with Postgresql everything was OK, fine.
Changed to SQLITE by changing the QSqlDatabase::addDatabase
Now the app just chews memory, approx 200K per INSERT. It is currently using 1.5G and increasing
IS this a SQLITE bug or a QT database bug or Normal behaviour or what ??
thanks