summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/sqlite2/qsql_sqlite2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Always compile sql drivers as pluginsLars Knoll2016-04-071-615/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-2/+0
|\
| * Fix compile with clang and -Werror.Milian Wolff2016-03-031-2/+0
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | qsql_sqlite and qsql_sqlite2: don't hold driver data in resultMark Brand2015-12-091-13/+6
* | qsql: apply Qt's PIMPL idiom to Q*ResultPrivateMark Brand2015-12-051-14/+31
* | qsql: add missing Q_DECL_OVERRIDEMark Brand2015-11-301-8/+8
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QSQLITE2Driver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-081-7/+13
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-021-3/+4
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-261-1/+1
* Remove dependency of DB driver headers on qsqlcachedresult_p.h.Friedemann Kleint2013-02-011-0/+25
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+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-3/+5
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]Thiago Macieira2012-05-051-10/+10
* Clean up some Q_WS_WINDebao Zhang2012-02-241-2/+2
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-091-8/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Fix a compile error in qsql_sqlite2.cppLars Knoll2012-01-251-0/+8
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* 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/+575