| Commit message (Expand) | Author | Age | Files | Lines |
| * | QMYSQL: remove support for MySql 4.x | Christian Ehrlicher | 2019-10-12 | 1 | -12/+0 |
| * | QSqlDriver: deprecate one-arg notification() signal | Christian Ehrlicher | 2019-09-21 | 1 | -26/+24 |
| * | test: migrate QSqlDatabase test to QRegularExpression | Samuel Gaist | 2019-07-29 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-02-21 | 1 | -1/+1 |
| |\ |
|
| | * | Fix a couple of SQL tests | Andy Shaw | 2019-02-19 | 1 | -1/+1 |
| * | | Always escape the table names when creating the SQL statement | Andy Shaw | 2019-01-23 | 1 | -44/+66 |
| * | | Add overload of QSqlDatabase::cloneDatabase to allow cloning cross threads | Andy Shaw | 2018-12-23 | 1 | -0/+10 |
| * | | SQLite: enable json1 extension | Christian Ehrlicher | 2018-10-03 | 1 | -0/+27 |
| |/ |
|
| * | sqlite: Fix QSqlError handling when opening/closing database | Florian Bruhin | 2018-09-13 | 1 | -0/+18 |
| * | QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabase | David Faure | 2018-04-06 | 1 | -0/+3 |
| * | MySQL: Fix tests | Andy Shaw | 2018-03-17 | 1 | -4/+4 |
| * | SQL/Postgres: Fix support for nan, inf and -inf | Christian Ehrlicher | 2018-03-07 | 1 | -0/+42 |
| * | Return an invalid QSqlDatabase when accessing from another thread | Andy Shaw | 2018-01-02 | 1 | -0/+35 |
| * | Copy the numericalPrecisionPolicy when copying the QSqlDatabase | Andy Shaw | 2017-12-01 | 1 | -0/+31 |
| * | Remove code that refers to PostgreSQL 7.2 or older | Andy Shaw | 2017-12-01 | 1 | -5/+0 |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-10-30 | 1 | -1/+1 |
| |\ |
|
| | * | Fix psql_schemas test | Robert Szefner | 2017-10-26 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-09-20 | 1 | -2/+2 |
| |\| |
|
| | * | Fix recordOCI() test to treat clob/nclob as QByteArray | Andy Shaw | 2017-09-18 | 1 | -2/+2 |
| * | | Use unique table name for the sqlite_enableRegexp test | Andy Shaw | 2017-03-27 | 1 | -2/+3 |
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-03-20 | 1 | -1/+1 |
| |\| |
|
| | * | Deprecate QString::null | Marc Mutz | 2017-03-12 | 1 | -1/+1 |
| * | | REGEXP for SQLite | Lorenz Haas | 2017-02-22 | 1 | -0/+31 |
| |/ |
|
| * | Adding notification feature to SQLite driver | Karim Pinter | 2016-04-21 | 1 | -0/+31 |
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-02-02 | 1 | -0/+9 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Liang Qi | 2016-01-29 | 1 | -0/+9 |
| | |\ |
|
| | | * | MySql: add failing connection test | Samuel Gaist | 2016-01-27 | 1 | -0/+9 |
| * | | | Updated license headers | Jani Heikkinen | 2016-01-21 | 1 | -17/+12 |
| * | | | Tests: Fix single-character string literals. | Friedemann Kleint | 2015-10-13 | 1 | -1/+1 |
| |/ / |
|
| * / | tests/auto/sql: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). | Friedemann Kleint | 2015-07-29 | 1 | -15/+15 |
| |/ |
|
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Adjust DBMSType to DbmsType to follow conventions | Alejandro Exojo | 2014-11-26 | 1 | -16/+16 |
| * | Expose QSqlDriverPrivate dbmsType in public QSqlDriver api | Matt Broadstone | 2014-09-24 | 1 | -53/+53 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | Improve handling of temporary directories in SQL tests. | Friedemann Kleint | 2014-04-04 | 1 | -2/+3 |
| * | expand tabs and related whitespace fixes in *.{cpp,h,qdoc} | Oswald Buddenhagen | 2014-01-13 | 1 | -112/+112 |
| * | Cleanup the SQL tests | Andy Shaw | 2013-04-25 | 1 | -89/+97 |
| * | Fix sql tests in respect to Oracle databases | Andy Shaw | 2013-04-05 | 1 | -97/+96 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Fix error reporting in TDS SQL driver. | Aaron McCarthy | 2012-11-18 | 1 | -0/+32 |
| * | normalise signal/slot signatures [QtSql tests] | Marc Mutz | 2012-10-19 | 1 | -2/+2 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Use QStringList::join(QChar) overload where applicable [QtSql] | Marc Mutz | 2012-09-03 | 1 | -1/+1 |
| * | Don't use obsolete qVariantValue, qVariantCanConvert, etc. | Debao Zhang | 2012-05-02 | 1 | -1/+1 |
| * | Add payload to QSqlDriver notification with PSQL implementation. | Matt Newell | 2012-03-31 | 1 | -4/+6 |
| * | Fix postgres notification support in the QPSQLDriver. | Matt Newell | 2012-03-30 | 1 | -6/+5 |
| * | Handle the 'real' datatype correctly in the SQLite driver | Andy Shaw | 2012-02-03 | 1 | -1/+1 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |