| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Always compile sql drivers as plugins | Lars Knoll | 2016-04-07 | 1 | -0/+828 |