Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PSQL: don't recreate QSqlField in loop in QPSQLResult::record()
Move out the QSqlField variable out of the loop to avoid useless (de)allocations of QSqlField. Change-Id: I2c9e4c84f75e994d5eb1438839d502f6da531841 Reviewed-by: Robert Szefner <[email protected]> Reviewed-by: Andy Shaw <[email protected]>
- Loading branch information