summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/sqlite/qsql_sqlite.cpp
Commit message (Expand)AuthorAgeFilesLines
* SQL/SQLite: use categorized loggerChristian Ehrlicher2024-04-041-6/+11
* SQL/QSqlField: deprecate internal functions setSqlType()/typeID()Christian Ehrlicher2024-03-101-1/+0
* SQL/SQLite: Silence warning "Unsupported option ''"Friedemann Kleint2024-03-021-1/+1
* SQL/SQLite: handle option SQLITE_OPEN_NOFOLLOWChristian Ehrlicher2024-02-261-0/+12
* SQLite: Handle identifiers correctlyPo-Hao Su2023-09-281-76/+105
* SQL/SQLite: add case folding for non-ascii charactersChristian Ehrlicher2023-07-081-0/+33
* Say hello to QtVFS for SQLite3BogDan Vatra2023-07-021-1/+4
* SQL: replace qPrintable() / toLocal8Bit() with unicode versionsChristian Ehrlicher2023-04-181-2/+2
* SQL: small optimization for SQLDriver::escapeIdentifier()Christian Ehrlicher2023-02-281-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-7/+7
* plugins: use nullptr instead of 0 and NULLJohannes Kauffmann2022-10-021-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QSQLiteDriverPlugin: includemocsMarc Mutz2022-04-281-0/+2
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-191-28/+28
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-191-16/+16
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-171-4/+4
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-121-1/+1
* SQLite plugin: use QString::unicode(), not utf16()Giuseppe D'Angelo2021-06-011-1/+1
* SQLite driver: fix crash when binding a QByteArray/QStringGiuseppe D'Angelo2021-05-311-1/+1
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-231-9/+24
* QSql/QSqlite: return extended error codes by defaultChristian Ehrlicher2021-01-111-0/+4
* sqlite: Replace NULL by nullptrFriedemann Kleint2020-12-211-6/+7
* sqlite: Fix MSVC integer conversion warningsFriedemann Kleint2020-12-211-6/+11
* Reduce the scope of variables in exec() and fetchNext()Zou Ya2020-11-261-5/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-171-23/+23
* QSqlite: Don't crash after binding too many placeholdersMarcel Krems2020-08-241-1/+6
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-1/+1
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-14/+14
* Port QtSql from QStringRef to QStringViewLars Knoll2020-06-111-1/+1
* 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
* | 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
* | SQL: cleanup private classesChristian Ehrlicher2020-01-071-8/+1
|/
* QSqlDriver: deprecate one-arg notification() signalChristian Ehrlicher2019-09-211-0/+5
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-1/+1
* 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