| Commit message (Expand) | Author | Age | Files | Lines |
| * | QSqlite: only define HAVE_LOCALTIME_R/S when using qt sqlite | Christian Ehrlicher | 2025-11-07 | 1 | -2/+2 |
| * | Add security tags to the Qt Sql module | Volker Hilsheimer | 2025-09-17 | 5 | -0/+5 |
| * | QSQLiteDriver: Include generated columns in metadata queries | Dheerendra Purohit | 2025-08-28 | 1 | -1/+1 |
| * | Harden namespacing | Tim Blechmann | 2025-07-31 | 2 | -0/+9 |
| * | SQL/SQLite: add check for localtime_r/localtime_s | Christian Ehrlicher | 2024-07-01 | 1 | -0/+10 |
| * | CMake: Annotate some targets with SBOM information | Alexandru Croitor | 2024-06-13 | 1 | -0/+2 |
| * | Logging: Add a macro for static logging category | Ulf Hermann | 2024-06-05 | 1 | -1/+1 |
| * | SQL/SQLite: use categorized logger | Christian Ehrlicher | 2024-04-04 | 1 | -6/+11 |
| * | SQL/QSqlField: deprecate internal functions setSqlType()/typeID() | Christian Ehrlicher | 2024-03-10 | 1 | -1/+0 |
| * | SQL/SQLite: Silence warning "Unsupported option ''" | Friedemann Kleint | 2024-03-02 | 1 | -1/+1 |
| * | SQL/SQLite: handle option SQLITE_OPEN_NOFOLLOW | Christian Ehrlicher | 2024-02-26 | 1 | -0/+12 |
| * | Override detection of OS for sqlite3 | Michał Łoś | 2024-02-08 | 1 | -0/+5 |
| * | SQLite: Handle identifiers correctly | Po-Hao Su | 2023-09-28 | 2 | -78/+110 |
| * | SQL/SQLite: fix compilation with SQLite < 3.40.0 | Christian Ehrlicher | 2023-08-31 | 1 | -0/+3 |
| * | SQL: use QT_NO_CONTEXTLESS_CONNECT for sql plugins | Christian Ehrlicher | 2023-07-19 | 1 | -0/+1 |
| * | SQL/SQLite: add case folding for non-ascii characters | Christian Ehrlicher | 2023-07-08 | 1 | -0/+33 |
| * | QtVFS: Attempt to fix compilation error on Yocto | Fabian Kosmale | 2023-07-04 | 1 | -1/+1 |
| * | Say hello to QtVFS for SQLite3 | BogDan Vatra | 2023-07-02 | 5 | -1/+283 |
| * | SQL: replace qPrintable() / toLocal8Bit() with unicode versions | Christian Ehrlicher | 2023-04-18 | 1 | -2/+2 |
| * | SQL: small optimization for SQLDriver::escapeIdentifier() | Christian Ehrlicher | 2023-02-28 | 1 | -1/+1 |
| * | src: Remove remains of qmake conversion from CMakeLists.txt files | Friedemann Kleint | 2023-02-10 | 1 | -8/+0 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -2/+2 |
| * | SQLite: enable default features for the built-in version | Giuseppe D'Angelo | 2022-10-30 | 1 | -0/+3 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -7/+7 |
| * | plugins: use nullptr instead of 0 and NULL | Johannes Kauffmann | 2022-10-02 | 2 | -4/+5 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-08-23 | 1 | -1/+1 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-08-03 | 1 | -0/+3 |
| * | wasm: enable sql/sqlite for non threaded builds | Lorn Potter | 2022-07-05 | 1 | -0/+5 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 3 | -114/+6 |
| * | QSQLiteDriverPlugin: includemocs | Marc Mutz | 2022-04-28 | 1 | -0/+2 |
| * | Sql: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-19 | 2 | -29/+31 |
| * | Sql: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-19 | 1 | -16/+16 |
| * | Replace QString::utf16 with QString::data where appropriate | Øystein Heskestad | 2022-01-17 | 1 | -4/+4 |
| * | Adapt SQL drivers to Qt 6 change of QVariant::isNull | Volker Hilsheimer | 2022-01-12 | 1 | -1/+1 |
| * | Compile autotests for Integrity | Tatiana Borisova | 2021-09-20 | 1 | -3/+4 |
| * | CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPE | Alexandru Croitor | 2021-08-06 | 1 | -1/+1 |
| * | SQLite plugin: use QString::unicode(), not utf16() | Giuseppe D'Angelo | 2021-06-01 | 1 | -1/+1 |
| * | SQLite driver: fix crash when binding a QByteArray/QString | Giuseppe D'Angelo | 2021-05-31 | 1 | -1/+1 |
| * | SQLite: Handle tables and fields with a dot in the name correctly | Andy Shaw | 2021-04-23 | 1 | -9/+24 |
| * | CMake: Fix building multi-arch universal macOS Qt | Alexandru Croitor | 2021-04-01 | 1 | -0/+4 |
| * | cmake: Don't give plugins PUBLIC usage requirements | Craig Scott | 2021-02-24 | 1 | -3/+3 |
| * | Remove .prev_CMakeLists.txt files | Joerg Bornemann | 2021-01-12 | 1 | -85/+0 |
| * | QSql/QSqlite: return extended error codes by default | Christian Ehrlicher | 2021-01-11 | 1 | -0/+4 |
| * | Remove the qmake project files | Joerg Bornemann | 2021-01-07 | 1 | -18/+0 |
| * | sqlite: Replace NULL by nullptr | Friedemann Kleint | 2020-12-21 | 1 | -6/+7 |
| * | sqlite: Fix MSVC integer conversion warnings | Friedemann Kleint | 2020-12-21 | 1 | -6/+11 |
| * | Reduce the scope of variables in exec() and fetchNext() | Zou Ya | 2020-11-26 | 1 | -5/+2 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -1/+1 |
| * | Cleanup remaining QVariant::Type uses in Qt Sql | Lars Knoll | 2020-10-17 | 1 | -23/+23 |