summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/sqlite
Commit message (Expand)AuthorAgeFilesLines
* QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-042-10/+10
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-021-3/+3
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-203-39/+42
|\
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
| * Adapt the newly-renamed SQL driver headers to proper private headersThiago Macieira2013-02-261-5/+11
| * Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-263-2/+2
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
| |\
| * | Remove dependency of DB driver headers on qsqlcachedresult_p.h.Friedemann Kleint2013-02-012-27/+28
| * | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* | | Fix for Sql query aliases with dotsMarko Kangas2013-03-131-2/+1
| |/ |/|
* | don't prematurely reduce LIBS when adding sql link listsMark Brand2013-01-281-1/+1
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* Remove the QtSql driver headers from the APIThiago Macieira2013-01-141-0/+6
* 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