Skip to content
  • Daniel Vrátil's avatar
    Call QSqlQuery::finish() on all SELECT queries when done · 089ee695
    Daniel Vrátil authored
    It's what documentation says should be done, and once Qt is fixed it
    will also cause the QSqlQuery to free the underlying DBMS' results,
    so that keeping the query around in the caches won't cause them to
    use insane amount of memory, if the last query happened to return a
    lot of results.
    089ee695