summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/sqlite/qsql_sqlite.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency of DB driver headers on qsqlcachedresult_p.h.Friedemann Kleint2013-02-011-0/+28
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix warnings in the SQL drivers found by GCC 4.7Thiago Macieira2012-12-281-0/+1
* Fix msvc2010 compiler warnings of switch with default but no case labelsThiago A. Correa2012-11-181-4/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QSqlResult: replace virtual hooks with virtual functionsMark Brand2012-06-061-4/+6
* Convert Boolean value into integerHonglei Zhang2012-04-021-0/+4
* Fix memory leak when sqlite3_open_v2 failsHonglei Zhang2012-03-131-0/+5
* Improve type detection for query resultsAndy Shaw2012-03-071-4/+29
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-091-10/+2
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-02-031-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-241-0/+11
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Check driver validity before using itHonglei Zhang2011-12-121-1/+3
* Fix sqlite driver memory eating due to close failureHonglei Zhang2011-11-301-0/+7
* SQLite support only one statement at a timeHonglei Zhang2011-11-231-2/+9
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+709