| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | | Compilation fix of qsql_mysql.cpp | Jędrzej Nowacki | 2018-07-31 | 1 | -3/+3 |
| * | | MySQL: handle my_bool for newer versions of MySQL | Samuel Gaist | 2018-07-19 | 1 | -0/+4 |
| * | | MySQL: Handle TIME types as a string to allow the full range of data | Andy Shaw | 2018-06-06 | 1 | -1/+3 |
| |/ |
|
| * | Extend the MariaDB define check to cover the later versions too | Andy Shaw | 2018-04-10 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-01-20 | 1 | -1/+1 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Tor Arne Vestbø | 2018-01-16 | 1 | -1/+1 |
| | |\ |
|
| | | * | MySQL: Fix qAddPostRoutine of mysql_server_end() on Windows | Thiago Macieira | 2018-01-10 | 1 | -1/+1 |
| * | | | SQL plugins: Fix warnings about deprecated constructor of QSqlError | Friedemann Kleint | 2018-01-10 | 1 | -2/+2 |
| * | | | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2017-10-17 | 1 | -6/+12 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-10-04 | 1 | -6/+12 |
| | |\| |
|
| | | * | Only call mysql_library_end() once when using MariaDB | Daniel Vrátil | 2017-09-21 | 1 | -6/+12 |
| * | | | Replace Q_DECL_OVERRIDE with override where possible | Kevin Funk | 2017-09-19 | 1 | -16/+16 |
| |/ / |
|
| * / | QSqlField: Add a means to see what the tablename is for a given field | Andy Shaw | 2017-07-12 | 1 | -1/+2 |
| |/ |
|
| * | Fix wrong codec with MySQL plugin in newer versions | Joni Poikelin | 2017-02-28 | 1 | -4/+8 |
| * | Remove unreachable code | Jesus Fernandez | 2017-01-10 | 1 | -6/+3 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-11-25 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-09-21 | 1 | -4/+11 |
| * | MySQL: Use charset utf8mb4 to allow 4-byte characters | Philip Seeger | 2016-07-24 | 1 | -2/+7 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-06-21 | 1 | -0/+1 |
| * | Always compile sql drivers as plugins | Lars Knoll | 2016-04-07 | 1 | -0/+1665 |