summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qsqldatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Always escape the table names when creating the SQL statementAndy Shaw2019-01-231-0/+10
* Add overload of QSqlDatabase::cloneDatabase to allow cloning cross threadsAndy Shaw2018-12-231-0/+34
* QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabaseDavid Faure2018-04-061-2/+4
* doc: Add missing template clause in \fn commandMartin Smith2018-01-121-1/+1
* QtSql: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-5/+1
* Return an invalid QSqlDatabase when accessing from another threadAndy Shaw2018-01-021-0/+6
* Copy the numericalPrecisionPolicy when copying the QSqlDatabaseAndy Shaw2017-12-011-0/+4
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-0/+8
|\
| * Add documentation about not having QSqlDatabase objects kept aroundAndy Shaw2017-09-081-0/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-0/+3
|\|
| * Adds a note to QSqlDatabase::~QSqlDatabase documentationJesus Fernandez2017-04-041-0/+3
* | REGEXP for SQLiteLorenz Haas2017-02-221-0/+1
|/
* Doc: Updated doc QSqlDatabaseNico Vertriest2017-02-131-28/+51
* Always compile sql drivers as pluginsLars Knoll2016-04-071-117/+0
* Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-081-6/+0
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Added SSL support for MySQL database connectionsOlivier Delbeke2015-06-141-1/+5
* MySQL: Add support for the timeout options via the connectionOptionsAndy Shaw2015-04-271-0/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Improve QDebug formatting of QtSql classes.Friedemann Kleint2014-10-231-6/+9
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove the use of QT_STATIC_CONST in QtSqlThiago Macieira2014-06-201-1/+5
* Add QSQLITE_OPEN_URI database connection flagTobias Koenig2013-11-041-0/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-12/+12
* Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-261-9/+9
* remove misleading statement from ~QSqlDatabase()Mark Brand2013-02-051-3/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-031-1/+1
* Doc: Adding a landing page for Qt SQL.Jerome Pasion2012-08-061-1/+1
* Fix some typos.Frederik Schwarzer2012-07-261-1/+1
* Remove QFactoryInterface from sql driversLars Knoll2012-06-071-1/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-3/+3
* No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-091-9/+10
* Doc: Fix most qdoc errors in QtSql.Casper van Donderen2012-04-281-30/+30
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-87/+87
* Ensure that QSqlDatabase::database() is still thread-safeAndy Shaw2012-02-171-4/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-311-3/+2
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-1/+1
* Remove QT3_SUPPORT from qsql, qxmlGabriel de Dietrich2011-07-061-20/+0
* 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/+1547