summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/sqlite
Commit message (Expand)AuthorAgeFilesLines
* 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-222-48/+48
* QSqlResult: replace virtual hooks with virtual functionsMark Brand2012-06-062-4/+7
* 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-302-2/+2
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-241-0/+11
* Remove Symbian specific code from QtSql.Xizhi Zhu2012-01-231-2/+0
* Update contact information in license headers.Jason McDonald2012-01-232-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* 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-242-34/+34
* Initial import from the monolithic Qt.Qt by Nokia2011-04-273-0/+843