| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adapt SQL drivers to Qt 6 change of QVariant::isNull | Volker Hilsheimer | 2022-01-14 | 1 | -1/+1 |
| * | SQLite plugin: use QString::unicode(), not utf16() | Giuseppe D'Angelo | 2021-06-01 | 1 | -1/+1 |
| * | SQLite driver: fix crash when binding a QByteArray/QString | Giuseppe D'Angelo | 2021-05-31 | 1 | -1/+1 |
| * | SQLite: Handle tables and fields with a dot in the name correctly | Andy Shaw | 2021-04-23 | 1 | -9/+24 |
| * | QSql/QSqlite: return extended error codes by default | Christian Ehrlicher | 2021-01-11 | 1 | -0/+4 |
| * | sqlite: Replace NULL by nullptr | Friedemann Kleint | 2020-12-21 | 1 | -6/+7 |
| * | sqlite: Fix MSVC integer conversion warnings | Friedemann Kleint | 2020-12-21 | 1 | -6/+11 |
| * | Reduce the scope of variables in exec() and fetchNext() | Zou Ya | 2020-11-26 | 1 | -5/+2 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -1/+1 |
| * | Cleanup remaining QVariant::Type uses in Qt Sql | Lars Knoll | 2020-10-17 | 1 | -23/+23 |
| * | QSqlite: Don't crash after binding too many placeholders | Marcel Krems | 2020-08-24 | 1 | -1/+6 |
| * | Deprecate QVariant::Type uses in QSqlField | Lars Knoll | 2020-08-15 | 1 | -1/+1 |
| * | Use QList instead of QVector in plugins | Jarek Kobus | 2020-07-06 | 1 | -14/+14 |
| * | Port QtSql from QStringRef to QStringView | Lars Knoll | 2020-06-11 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-02-26 | 1 | -17/+8 |
| |\ |
|
| | * | QtSql: cleanup QSqlDriverPrivate and QSqlResultPrivate | Christian Ehrlicher | 2020-02-19 | 1 | -17/+8 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-01-28 | 1 | -1/+1 |
| |\| |
|
| | * | Replace most use of QVariant::type and occurrences of QVariant::Type | Olivier Goffart | 2020-01-23 | 1 | -1/+1 |
| * | | SQL: cleanup private classes | Christian Ehrlicher | 2020-01-07 | 1 | -8/+1 |
| |/ |
|
| * | QSqlDriver: deprecate one-arg notification() signal | Christian Ehrlicher | 2019-09-21 | 1 | -0/+5 |
| * | Port from QStringViewLiteral to u"" | Marc Mutz | 2019-07-29 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Qt Forward Merge Bot | 2018-09-14 | 1 | -7/+12 |
| |\ |
|
| | * | sqlite: Fix QSqlError handling when opening/closing database | Florian Bruhin | 2018-09-13 | 1 | -7/+12 |
| * | | SQL PostgreSQL/SQlite: Properly decode default varchar parameter | Christian Ehrlicher | 2018-09-12 | 1 | -1/+8 |
| * | | Remove a deprecation warning coming from QRegularExpression | Giuseppe D'Angelo | 2018-07-21 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-05-24 | 1 | -2/+2 |
| |\| |
|
| | * | sqlite: Allow for duplicated placeholders with just one placeholder | Andy Shaw | 2018-05-16 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-05-08 | 1 | -1/+0 |
| |\| |
|
| | * | Fix build without features.timezone | Tasuku Suzuki | 2018-05-08 | 1 | -0/+4 |
| * | | Use QDateTime::toString(Qt::ISODateWithMS) instead of reinventing it | Edward Welbourne | 2018-05-03 | 1 | -27/+1 |
| |/ |
|
| * | sqlite: Support using execBatch() with duplicated named placeholders | Andy Shaw | 2018-03-27 | 1 | -0/+25 |
| * | QSqlResult: use QVector<int> instead QList<int> for indexes value | Christian Ehrlicher | 2018-03-23 | 1 | -4/+5 |
| * | Modernize the "regularexpression" feature | Ulf Hermann | 2018-03-20 | 1 | -5/+5 |
| * | sqlite: Prevent a crash when sqlite does not detect any parameters | Andy Shaw | 2018-03-17 | 1 | -1/+4 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-01-11 | 1 | -1/+15 |
| |\ |
|
| | * | sqlite: Bind duplicated named placeholders correctly | Andy Shaw | 2018-01-08 | 1 | -1/+15 |
| * | | Merge remote-tracking branch 'origin/5.10' into dev | Lars Knoll | 2018-01-02 | 1 | -1/+1 |
| |\| |
|
| | * | sqlite: Check that there are values to be set when binding | Andy Shaw | 2018-01-02 | 1 | -1/+1 |
| * | | Replace Q_DECL_OVERRIDE with override where possible | Kevin Funk | 2017-09-19 | 1 | -11/+11 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.9' into dev | Oswald Buddenhagen | 2017-08-02 | 1 | -1/+28 |
| |\ |
|
| | * | Fix storing of QDateTime timespec for Sqlite | Joni Poikelin | 2017-07-31 | 1 | -1/+28 |
| * | | QSqlField: Add a means to see what the tablename is for a given field | Andy Shaw | 2017-07-12 | 1 | -3/+5 |
| * | | QDate/Time: add toString(QStringView) overloads | Marc Mutz | 2017-04-12 | 1 | -2/+2 |
| * | | SQLite: enable support for named placeholders | Samuel Gaist | 2017-04-04 | 1 | -2/+27 |
| * | | SQLite: Disable mutex on connections | Eric Lemanissier | 2017-03-25 | 1 | -0/+2 |
| * | | Stop using sqlite3_enable_shared_cache: deprecated on macOS | Thiago Macieira | 2017-03-16 | 1 | -2/+1 |
| * | | Fix possible use after free error in SQLite REGEXP | Lorenz Haas | 2017-03-02 | 1 | -6/+9 |
| * | | REGEXP for SQLite | Lorenz Haas | 2017-02-22 | 1 | -0/+63 |
| |/ |
|
| * | Plugins: optimize string usage | Anton Kudryavtsev | 2016-10-18 | 1 | -1/+1 |
| * | Adding notification feature to SQLite driver | Karim Pinter | 2016-04-21 | 1 | -3/+78 |