| Commit message (Expand) | Author | Age | Files | Lines |
| * | SQL/MySQL: misc cleanup | Christian Ehrlicher | 2022-10-21 | 1 | -32/+23 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -12/+12 |
| * | MySQL plugin: fix escaping a QByteArray | Christian Ehrlicher | 2022-07-25 | 1 | -1/+1 |
| * | Fix typos in docs and comments | Kai Köhne | 2022-06-15 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Revert "MySQL: pedantism: create and destroy the MYSQL_TIME type" | Thiago Macieira | 2022-05-12 | 1 | -7/+3 |
| * | QMYSQLDriverPlugin: includemocs | Marc Mutz | 2022-04-28 | 1 | -0/+2 |
| * | Sql: replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-04-19 | 1 | -2/+2 |
| * | Sql: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-19 | 1 | -27/+29 |
| * | Sql: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-19 | 1 | -14/+13 |
| * | Sql: Do not depend on transitive includes | Fabian Kosmale | 2022-03-17 | 1 | -0/+1 |
| * | Adapt SQL drivers to Qt 6 change of QVariant::isNull | Volker Hilsheimer | 2022-01-12 | 1 | -1/+1 |
| * | MySQL: only set the charset if the connection has succeeded | Thiago Macieira | 2021-10-19 | 1 | -13/+14 |
| * | MySQL: fix the check for the return value of mysql_set_character_set() | Thiago Macieira | 2021-10-19 | 1 | -2/+2 |
| * | MySQL: pedantism: create and destroy the MYSQL_TIME type | Thiago Macieira | 2021-08-18 | 1 | -3/+7 |
| * | MySQL: implement binding output (SELECT) results to MYSQL_TIME | Thiago Macieira | 2021-08-18 | 1 | -0/+23 |
| * | MySQL: don't allocate 1-byte buffers for BLOBs | Thiago Macieira | 2021-08-17 | 1 | -1/+1 |
| * | MySQL: treat the MYSQL_FIELD as read-only | Thiago Macieira | 2021-08-17 | 1 | -14/+13 |
| * | MySQL: remove left-over charset-setting code | Thiago Macieira | 2021-08-17 | 1 | -7/+0 |
| * | MySQL: properly fix setting the character set | Thiago Macieira | 2021-08-10 | 1 | -3/+31 |
| * | MySQL: don't format QDateTime with timezones | Thiago Macieira | 2021-08-10 | 1 | -0/+14 |
| * | MySQL: remove the version number checks in favor of actual functionality | Thiago Macieira | 2021-08-10 | 1 | -2/+15 |
| * | Port some fallthrough comments to Q_FALLTHROUGH | Giuseppe D'Angelo | 2021-06-13 | 1 | -1/+1 |
| * | QSql/MariaDB/MySQL: use utf-8 as encoding for username and password | Christian Ehrlicher | 2021-03-19 | 1 | -29/+20 |
| * | QSql/MariaDB/MySQL: misc cleanup | Christian Ehrlicher | 2021-03-08 | 1 | -24/+16 |
| * | Reduce the scope of variables in exec() and fetchNext() | Zou Ya | 2020-11-26 | 1 | -2/+1 |
| * | Reduce the scope of variables in bindInValues() | Huang Jie | 2020-11-24 | 1 | -4/+3 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -4/+4 |
| * | Deprecate QVariant::Type uses in QSqlField | Lars Knoll | 2020-08-15 | 1 | -15/+15 |
| * | Remove QVariant(int type, void *data, ...) constructor | Lars Knoll | 2020-08-15 | 1 | -1/+1 |
| * | MySQL: Remove anything that refers to lower than MySQL 5.6 | Andy Shaw | 2020-07-08 | 1 | -33/+1 |
| * | Use QList instead of QVector in plugins | Jarek Kobus | 2020-07-06 | 1 | -8/+8 |
| * | Get rid of some QTextCodec leftovers | Lars Knoll | 2020-05-14 | 1 | -3/+0 |
| * | Always assume utf8 for the client connection with the mysql server | Lars Knoll | 2020-05-01 | 1 | -74/+22 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Simon Hausmann | 2020-03-16 | 1 | -0/+1 |
| |\ |
|
| | * | QMySQL: return QVariant::ByteArray for POINT column | Christian Ehrlicher | 2020-03-15 | 1 | -0/+1 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-03-03 | 1 | -1/+1 |
| |\| |
|
| | * | SQL: Use Qt::SplitBehavior in preference to QString::SplitBehavior | Edward Welbourne | 2020-02-28 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-02-26 | 1 | -37/+22 |
| |\| |
|
| | * | QtSql: cleanup QSqlDriverPrivate and QSqlResultPrivate | Christian Ehrlicher | 2020-02-19 | 1 | -37/+22 |
| * | | QtSql: remove compat SQL plugin names | Christian Ehrlicher | 2020-02-13 | 1 | -1/+1 |
| |/ |
|
| * | Replace most use of QVariant::type and occurrences of QVariant::Type | Olivier Goffart | 2020-01-23 | 1 | -58/+58 |
| * | QMYSQL: remove support for MySql 4.x | Christian Ehrlicher | 2019-10-12 | 1 | -130/+26 |
| * | Always escape the table names when creating the SQL statement | Andy Shaw | 2019-01-23 | 1 | -1/+1 |
| * | MySQL: Free the results when QSqlQuery::finished() is called | Daniel Vrátil | 2018-12-06 | 1 | -0/+10 |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Liang Qi | 2018-11-09 | 1 | -9/+11 |
| |\ |
|
| | * | Modernize the "textcodec" feature | Liang Qi | 2018-11-07 | 1 | -9/+11 |
| * | | Merge remote-tracking branch 'origin/5.11' into 5.12 | Liang Qi | 2018-09-27 | 1 | -3/+3 |
| |\| |
|
| | * | Modernize the "datestring" feature | Liang Qi | 2018-09-24 | 1 | -3/+3 |
| * | | Modernize the "thread" feature | Ulf Hermann | 2018-08-17 | 1 | -2/+2 |