index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
sqldrivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQL: replace qPrintable() / toLocal8Bit() with unicode versions
Christian Ehrlicher
2023-04-18
3
-17
/
+19
*
SQL/MySQL: properly initialize variable
Christian Ehrlicher
2023-04-11
1
-3
/
+3
*
SQL/IBASE: Always escape the table names when creating the SQL statement
Christian Ehrlicher
2023-04-07
1
-11
/
+2
*
SQL/MySQL: add option MYSQL_OPT_TLS_VERSION & MYSQL_OPT_SSL_MODE
Christian Ehrlicher
2023-04-06
1
-0
/
+27
*
SQL/PSQL: remove non utf-8 support
Christian Ehrlicher
2023-04-05
1
-14
/
+14
*
SQL/IBASE: Time Zone support (firebird 4.x)
Andreas Bacher
2023-03-24
1
-9
/
+126
*
QSQL/ODBC: fix regression (trailing NUL)
Marc Mutz
2023-03-21
1
-2
/
+2
*
SQL/IBASE: fix tests
Christian Ehrlicher
2023-03-17
1
-7
/
+0
*
SQL/OCI: add maximumIdentifierLength()
Christian Ehrlicher
2023-03-17
2
-0
/
+8
*
SQL/IBASE: misc cleanup
Christian Ehrlicher
2023-03-17
1
-54
/
+45
*
SQL/MySQL: Add support for Bit-Value Type - BIT
Christian Ehrlicher
2023-03-12
1
-2
/
+28
*
SQL/ODBC: add another check to detect unicode availability in driver
Christian Ehrlicher
2023-03-12
1
-1
/
+12
*
SQL/MySQL: fix QSqlDatabase::tables() with MySQL 8.0.x
Christian Ehrlicher
2023-03-12
1
-2
/
+5
*
SQL/OCI: Compile with QT_NO_CAST_FROM_ASCII
Christian Ehrlicher
2023-03-12
1
-1
/
+1
*
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
6
-8
/
+9
*
SQL/OCI: use QDateTime::toString("ttt")
Christian Ehrlicher
2023-02-28
1
-10
/
+1
*
SQL/OCI: Correctly calculate utc offset string when icu is not available
Christian Ehrlicher
2023-02-27
1
-2
/
+11
*
SQL/OCI: Fix QSQLDriver::record() when tablename is a synonym
Christian Ehrlicher
2023-02-22
1
-3
/
+2
*
A QtSql driver for Mimer SQL
Fredrik Ă…lund
2023-02-20
9
-0
/
+1782
*
ODBC/MySQL: fix compilation with MySQL < 5.7.9
Christian Ehrlicher
2023-02-12
1
-0
/
+5
*
SQL/MySQL: add options to explicitly specify the protocol type
Christian Ehrlicher
2023-02-12
1
-0
/
+20
*
src: Remove remains of qmake conversion from CMakeLists.txt files
Friedemann Kleint
2023-02-10
7
-39
/
+2
*
SQL/MySQL: Fix retrieving a datetime for libmysql >= 8.0.27
Christian Ehrlicher
2023-02-10
1
-9
/
+19
*
SQL/ODBC: add handling for SQL_SS_TIME2
Christian Ehrlicher
2023-02-10
1
-0
/
+6
*
SQL/DB2: apply misc changes
Christian Ehrlicher
2023-02-08
1
-42
/
+39
*
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
*
SQL: use qsizetype and range-based for loops where possible
Christian Ehrlicher
2023-01-20
1
-1
/
+1
*
DB2: Fix typo in QMetaType
Hannah von Reth
2022-12-29
1
-1
/
+1
*
Support connecting Oracle DB as system user
Johannes Oikarinen
2022-12-22
1
-9
/
+18
*
SQL: remove unneeded CMake commands - these plugins were removed in Qt6
Christian Ehrlicher
2022-12-19
1
-8
/
+0
*
SQL/OCI: replace deprecated QDateTime() ctor
Christian Ehrlicher
2022-12-19
1
-1
/
+1
*
Bump version to 6.6.0
Jani Heikkinen
2022-12-14
1
-1
/
+1
*
SQL/MySQL: add connect option MYSQL_OPT_LOCAL_INFILE
Christian Ehrlicher
2022-12-08
1
-0
/
+1
*
SQL/MySQL: don't use deprecated defines, cleanup
Christian Ehrlicher
2022-12-08
1
-31
/
+31
*
SQL/MySQL: fix handling of json column
Christian Ehrlicher
2022-12-05
1
-1
/
+3
*
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
*
SQL/MySQL: rework driver option parsing
Christian Ehrlicher
2022-10-22
1
-74
/
+83
*
SQL/MySQL: misc cleanup
Christian Ehrlicher
2022-10-21
1
-32
/
+23
*
SQL/OCI: fix compilation
Christian Ehrlicher
2022-10-14
2
-2
/
+3
*
SQL/OCI: add missing overide()
Christian Ehrlicher
2022-10-14
1
-1
/
+1
[next]