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
/
qsql_sqlite.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
SQLite: Handle identifiers correctly
Po-Hao Su
2023-09-28
1
-76
/
+105
*
SQL/SQLite: add case folding for non-ascii characters
Christian Ehrlicher
2023-07-08
1
-0
/
+33
*
Say hello to QtVFS for SQLite3
BogDan Vatra
2023-07-02
1
-1
/
+4
*
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
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-2
/
+2
*
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
1
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
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
1
-28
/
+28
*
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
*
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
*
QSql/QSqlite: return extended error codes by default
Christian Ehrlicher
2021-01-11
1
-0
/
+4
*
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
*
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
*
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
*
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
*
|
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
*
|
SQL: cleanup private classes
Christian Ehrlicher
2020-01-07
1
-8
/
+1
|
/
*
QSqlDriver: deprecate one-arg notification() signal
Christian Ehrlicher
2019-09-21
1
-0
/
+5
*
Port from QStringViewLiteral to u""
Marc Mutz
2019-07-29
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.11' into 5.12
Qt Forward Merge Bot
2018-09-14
1
-7
/
+12
|
\
|
*
sqlite: Fix QSqlError handling when opening/closing database
Florian Bruhin
2018-09-13
1
-7
/
+12
*
|
SQL PostgreSQL/SQlite: Properly decode default varchar parameter
Christian Ehrlicher
2018-09-12
1
-1
/
+8
*
|
Remove a deprecation warning coming from QRegularExpression
Giuseppe D'Angelo
2018-07-21
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-05-24
1
-2
/
+2
|
\
|
|
*
sqlite: Allow for duplicated placeholders with just one placeholder
Andy Shaw
2018-05-16
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-05-08
1
-1
/
+0
|
\
|
|
*
Fix build without features.timezone
Tasuku Suzuki
2018-05-08
1
-0
/
+4
*
|
Use QDateTime::toString(Qt::ISODateWithMS) instead of reinventing it
Edward Welbourne
2018-05-03
1
-27
/
+1
|
/
*
sqlite: Support using execBatch() with duplicated named placeholders
Andy Shaw
2018-03-27
1
-0
/
+25
[next]