summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/sqlite
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-17/+8
|\
| * QtSql: cleanup QSqlDriverPrivate and QSqlResultPrivateChristian Ehrlicher2020-02-191-17/+8
* | Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-052-8/+5
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-1/+1
| |\|
| | * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* | | Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-272-16/+16
* | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-8/+1
|\| |
| * | SQL: cleanup private classesChristian Ehrlicher2020-01-071-8/+1
| |/
* | Regenerate src/*Alexandru Croitor2019-11-142-13/+13
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-0/+5
|\|
| * QSqlDriver: deprecate one-arg notification() signalChristian Ehrlicher2019-09-211-0/+5
* | Regenerate qtbase after wip/qt6 -> wip/cmake mergeAlexandru Croitor2019-10-141-1/+6
* | Regenerate sqldrivers pluginsAlexandru Croitor2019-10-082-8/+100
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-1/+1
|\|
| * Port from QStringViewLiteral to u""Marc Mutz2019-07-291-1/+1
* | Add some missing CLASS_NAME values to pluginsAlexandru Croitor2019-07-221-0/+1
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-2/+2
|\|
| * More nullptr usage in headersKevin Funk2019-03-141-2/+2
* | CMake: Re-generate plugins/sqldrivers/sqliteTobias Hunger2019-04-031-6/+13
* | cmake: Search and enable the sqlite[3] pluginAlbert Astals Cid2019-02-121-0/+25
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-141-7/+12
|\
| * sqlite: Fix QSqlError handling when opening/closing databaseFlorian Bruhin2018-09-131-7/+12
* | SQL PostgreSQL/SQlite: Properly decode default varchar parameterChristian Ehrlicher2018-09-121-1/+8
* | Remove a deprecation warning coming from QRegularExpressionGiuseppe D'Angelo2018-07-211-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-2/+2
|\|
| * sqlite: Allow for duplicated placeholders with just one placeholderAndy Shaw2018-05-161-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-081-1/+0
|\|
| * Fix build without features.timezoneTasuku Suzuki2018-05-081-0/+4
* | Use QDateTime::toString(Qt::ISODateWithMS) instead of reinventing itEdward Welbourne2018-05-031-27/+1
|/
* sqlite: Support using execBatch() with duplicated named placeholdersAndy Shaw2018-03-271-0/+25
* QSqlResult: use QVector<int> instead QList<int> for indexes valueChristian Ehrlicher2018-03-231-4/+5
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-5/+5
* sqlite: Prevent a crash when sqlite does not detect any parametersAndy Shaw2018-03-171-1/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-1/+15
|\
| * sqlite: Bind duplicated named placeholders correctlyAndy Shaw2018-01-081-1/+15
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-1/+1
|\|
| * sqlite: Check that there are values to be set when bindingAndy Shaw2018-01-021-1/+1
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-193-27/+27
|/
* Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-1/+28
|\
| * Fix storing of QDateTime timespec for SqliteJoni Poikelin2017-07-311-1/+28
* | QSqlField: Add a means to see what the tablename is for a given fieldAndy Shaw2017-07-121-3/+5
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-2/+3
|\|
| * make sql drivers independently configurableOswald Buddenhagen2017-06-171-2/+3
* | QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-121-2/+2
* | SQLite: enable support for named placeholdersSamuel Gaist2017-04-041-2/+27
* | SQLite: Disable mutex on connectionsEric Lemanissier2017-03-251-0/+2
* | Stop using sqlite3_enable_shared_cache: deprecated on macOSThiago Macieira2017-03-161-2/+1
* | Fix possible use after free error in SQLite REGEXPLorenz Haas2017-03-021-6/+9
* | REGEXP for SQLiteLorenz Haas2017-02-221-0/+63
|/