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
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
/
odbc
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQL: use QT_NO_CONTEXTLESS_CONNECT for sql plugins
Christian Ehrlicher
2023-07-19
1
-0
/
+1
*
QSQL/ODBC: fix regression (trailing NUL)
Marc Mutz
2023-03-21
1
-2
/
+2
*
SQL/ODBC: add another check to detect unicode availability in driver
Christian Ehrlicher
2023-03-12
1
-1
/
+12
*
SQL/ODBC: Return all native error codes
Christian Ehrlicher
2023-03-07
1
-78
/
+76
*
SQL: small optimization for SQLDriver::escapeIdentifier()
Christian Ehrlicher
2023-02-28
1
-3
/
+4
*
src: Remove remains of qmake conversion from CMakeLists.txt files
Friedemann Kleint
2023-02-10
1
-6
/
+1
*
SQL/ODBC: add handling for SQL_SS_TIME2
Christian Ehrlicher
2023-02-10
1
-0
/
+6
*
ODBC/SQL: Fix usage of SQLGetData
Christian Ehrlicher
2023-02-07
1
-94
/
+49
*
SQL/ODBC: optimize QVarLengthArray usage
Christian Ehrlicher
2023-02-07
1
-23
/
+16
*
SQL/ODBC: misc cleanup for fromSQLTCHAR()
Christian Ehrlicher
2023-02-07
1
-19
/
+13
*
SQL/ODBC: Pass correct length to SQLColAttribute()
Christian Ehrlicher
2023-02-04
1
-3
/
+8
*
SQL/ODBC: misc cleanup
Christian Ehrlicher
2023-02-04
1
-56
/
+49
*
SQL/ODBC: optimize toSQLTCHAR() - avoid an unneeded copy
Christian Ehrlicher
2023-02-04
1
-27
/
+16
*
SQL/ODBC: fix some users of toSQLTCHAR() to not assume identical UTF-8/16/32 ...
Marc Mutz
2023-02-02
1
-71
/
+83
*
ODBC SQL driver: fix conversion of QByteArray to QVLA<SQLTCHAR>
Marc Mutz
2023-02-01
1
-4
/
+5
*
ODBC SQL driver: deal with different sizes of SQLTCHAR correctly
Marc Mutz
2023-01-25
1
-14
/
+30
*
QODBC: fix handling NULL values for strings
Christian Ehrlicher
2022-10-01
1
-16
/
+11
*
QODBC: correctly fill cache when index() is called
Christian Ehrlicher
2022-09-28
1
-1
/
+1
*
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
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
3
-114
/
+6
*
Sql: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-19
2
-80
/
+84
*
Sql: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-19
1
-16
/
+16
*
Adapt SQL drivers to Qt 6 change of QVariant::isNull
Volker Hilsheimer
2022-01-12
1
-1
/
+1
*
Build ODBC driver as universal binary on macOS
Tor Arne Vestbø
2021-11-18
1
-2
/
+0
*
CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPE
Alexandru Croitor
2021-08-06
1
-1
/
+1
*
Port some fallthrough comments to Q_FALLTHROUGH
Giuseppe D'Angelo
2021-06-13
1
-2
/
+2
*
CMake: Fix building multi-arch universal macOS Qt
Alexandru Croitor
2021-04-01
1
-0
/
+2
*
cmake: Don't give plugins PUBLIC usage requirements
Craig Scott
2021-02-24
1
-1
/
+1
*
QODBC: Preserve the whole value when using HighPrecision
Andy Shaw
2021-01-14
1
-1
/
+2
*
Remove .prev_CMakeLists.txt files
Joerg Bornemann
2021-01-12
1
-32
/
+0
*
Sql ODBC driver: add direct support for float and short datatype
Christian Ehrlicher
2021-01-10
1
-4
/
+49
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
1
-12
/
+0
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-12
/
+12
*
Deprecate QVariant::Type
Lars Knoll
2020-10-23
1
-37
/
+37
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-4
/
+4
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-09-23
2
-2
/
+2
*
Deprecate QVariant::Type uses in QSqlField
Lars Knoll
2020-08-15
1
-29
/
+29
*
Remove QVariant(int type, void *data, ...) constructor
Lars Knoll
2020-08-15
1
-2
/
+2
*
Fix some MSVC int conversion warnings
Friedemann Kleint
2020-07-17
1
-4
/
+5
*
Use QList instead of QVector in plugins
Jarek Kobus
2020-07-06
1
-6
/
+6
*
Add missing override
Alexander Volkov
2020-05-21
1
-1
/
+1
*
Sweep of int-ish → char-ish types near calls to QString::fromU*()
Marc Mutz
2020-05-12
1
-2
/
+2
*
CMake: Regenerate projects to match updated plugin API
Leander Beernaert
2020-04-27
2
-2
/
+3
*
Fix warning in qsql_odbc.cpp when building with MSVC2017
Mitch Curtis
2020-03-20
1
-1
/
+1
*
Use qsizetype for size related methods in QVarlengthArray
Lars Knoll
2020-03-14
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-03-11
1
-1
/
+1
|
\
|
*
QtSql/ODBC: allow table names with unicode chars
Christian Ehrlicher
2020-03-07
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-03-03
1
-1
/
+1
|
\
|
|
*
SQL: Use Qt::SplitBehavior in preference to QString::SplitBehavior
Edward Welbourne
2020-02-28
1
-1
/
+1
[next]