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
/
db2
/
qsql_db2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQL/QSqlField: deprecate internal functions setSqlType()/typeID()
Christian Ehrlicher
2024-03-10
1
-2
/
+0
*
SQL plugins: add moc includes
Christian Ehrlicher
2023-07-19
1
-0
/
+2
*
SQL: small optimization for SQLDriver::escapeIdentifier()
Christian Ehrlicher
2023-02-28
1
-1
/
+1
*
SQL/DB2: apply misc changes
Christian Ehrlicher
2023-02-08
1
-42
/
+39
*
DB2: Fix typo in QMetaType
Hannah von Reth
2022-12-29
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Sql: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-19
1
-38
/
+39
*
Sql: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-19
1
-23
/
+23
*
Adapt SQL drivers to Qt 6 change of QVariant::isNull
Volker Hilsheimer
2022-01-12
1
-1
/
+1
*
Replace QString::utf16() with data() in memcpy() and QByteArray ctor
Øystein Heskestad
2022-01-07
1
-2
/
+2
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-2
/
+2
*
Deprecate QVariant::Type
Lars Knoll
2020-10-23
1
-36
/
+36
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-1
/
+1
*
Deprecate QVariant::Type uses in QSqlField
Lars Knoll
2020-08-15
1
-6
/
+6
*
Remove QVariant(int type, void *data, ...) constructor
Lars Knoll
2020-08-15
1
-2
/
+2
*
Use QList instead of QVector in plugins
Jarek Kobus
2020-07-06
1
-4
/
+4
*
SQL: Use Qt::SplitBehavior in preference to QString::SplitBehavior
Edward Welbourne
2020-02-28
1
-1
/
+1
*
Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...
Liang Qi
2018-01-02
1
-14
/
+14
|
\
|
*
Merge remote-tracking branch 'origin/5.10' into dev
Lars Knoll
2018-01-02
1
-14
/
+14
|
|
\
|
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-12-05
1
-14
/
+14
|
|
|
\
|
|
|
*
Fix DB2 plugin building on Linux 64bit
Joni Poikelin
2017-11-29
1
-14
/
+14
*
|
|
|
DB2: Pass on the native error codes to QSqlError
Andy Shaw
2018-01-02
1
-11
/
+46
|
/
/
/
*
/
/
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-16
/
+16
|
/
/
*
/
QSqlField: Add a means to see what the tablename is for a given field
Andy Shaw
2017-07-12
1
-1
/
+13
|
/
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-11-01
1
-4
/
+2
*
Use QString::fromLatin1() less to avoid string allocations
Anton Kudryavtsev
2016-09-15
1
-1
/
+2
*
Always compile sql drivers as plugins
Lars Knoll
2016-04-07
1
-0
/
+1700