summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/sqlite2
Commit message (Expand)AuthorAgeFilesLines
* Always compile sql drivers as pluginsLars Knoll2016-04-073-728/+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-152-28/+40
* | 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-052-15/+32
* | qsql: add missing Q_DECL_OVERRIDEMark Brand2015-11-302-29/+29
* | qsql: add missing Q_EXPORT_SQLDRIVER_* macrosMark Brand2015-11-271-1/+7
* | qsql: remove stray includes and forward declsMark Brand2015-11-261-4/+1
|/
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
* QSQLITE2Driver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-082-11/+15
* 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
* 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
* Remove dependency of DB driver headers on qsqlcachedresult_p.h.Friedemann Kleint2013-02-012-24/+25
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* 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/+5
* 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-3/+6
* 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-302-2/+2
* Fix a compile error in qsql_sqlite2.cppLars Knoll2012-01-251-0/+8
* Update contact information in license headers.Jason McDonald2012-01-232-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* 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/+705