summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/sqlite
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Plugins: optimize string usageAnton Kudryavtsev2016-10-181-1/+1
* fix -system-sqlite configure optionMark Brand2016-09-221-3/+5
* employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-3/+2
* Adding notification feature to SQLite driverKarim Pinter2016-04-212-3/+84
* Unify naming of LIBS/CFLAGS for 3rd party librariesLars Knoll2016-04-071-2/+2
* Always compile sql drivers as pluginsLars Knoll2016-04-074-3/+939
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* update bundled sqlite to 3.8.8.1Mark Brand2015-01-221-2/+0
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1