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.5
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
*
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
*
Use QList instead of QVector in plugins
Jarek Kobus
2020-07-06
1
-14
/
+14
*
Port QtSql from QStringRef to QStringView
Lars Knoll
2020-06-11
1
-1
/
+1
*
Remove winrt
Oliver Wolff
2020-06-06
2
-20
/
+4
*
CMake: Regenerate projects to match updated plugin API
Leander Beernaert
2020-04-27
2
-2
/
+2
*
CMake: Add support for bundled SQLite library
Leander Beernaert
2020-03-25
2
-6
/
+75
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-02-26
1
-17
/
+8
|
\
|
*
QtSql: cleanup QSqlDriverPrivate and QSqlResultPrivate
Christian Ehrlicher
2020-02-19
1
-17
/
+8
*
|
Regenerate projects to correctly handle private dependencies
Alexandru Croitor
2020-02-05
2
-8
/
+5
*
|
Merge remote-tracking branch 'origin/dev' into wip/cmake
Alexandru Croitor
2020-01-29
1
-1
/
+1
|
\
\
|
*
\
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-28
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
*
Replace most use of QVariant::type and occurrences of QVariant::Type
Olivier Goffart
2020-01-23
1
-1
/
+1
*
|
|
Regenerate plugin projects to get new target names
Alexandru Croitor
2020-01-27
2
-16
/
+16
*
|
|
Merge remote-tracking branch 'origin/dev' into merge-dev
Leander Beernaert
2020-01-24
1
-8
/
+1
|
\
\
\
|
|
/
/
|
*
|
SQL: cleanup private classes
Christian Ehrlicher
2020-01-07
1
-8
/
+1
|
|
/
*
|
Regenerate src/*
Alexandru Croitor
2019-11-14
2
-13
/
+13
*
|
Merge remote-tracking branch 'origin/dev' into wip/cmake
Alexandru Croitor
2019-10-14
1
-0
/
+5
|
\
\
|
|
/
|
*
QSqlDriver: deprecate one-arg notification() signal
Christian Ehrlicher
2019-09-21
1
-0
/
+5
[next]