index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
sqldrivers
/
sqlite
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-09-23
2
-18
/
+18
*
QSqlite: Don't crash after binding too many placeholders
Marcel Krems
2020-08-24
1
-1
/
+6
*
Deprecate QVariant::Type uses in QSqlField
Lars Knoll
2020-08-15
1
-1
/
+1
*
CMake: Properly handle CONFIG += thread aka Threads::Threads
Alexandru Croitor
2020-08-06
1
-3
/
+0
[next]