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
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Don't unconditionally enable the ASM language
Joerg Bornemann
2025-05-02
1
-1
/
+1
*
SQL/MySQL: adjust check for MariaDB client library
Christian Ehrlicher
2025-05-01
1
-4
/
+4
*
SQL/MySQL: Add milliseconds in formatValue()
Christian Ehrlicher
2025-04-23
1
-1
/
+1
*
SQL/OCI: do not shadow QSqlCachedResultPrivate::sql
Christian Ehrlicher
2025-04-23
2
-56
/
+54
*
SQL/OCI: Fix usage of QOCIResult::d_ptr
Christian Ehrlicher
2025-04-23
2
-2
/
+2
*
SQL/MySQL: use utc datetime in formatValue()
Christian Ehrlicher
2025-03-31
1
-1
/
+1
*
Check the PROJECT_NAME more thoroughly
Cristian Le
2025-02-14
1
-1
/
+1
*
SQL/PSQL: use a QByteArray for preparedStmtId
Christian Ehrlicher
2025-01-29
1
-10
/
+9
*
SQL/PSQL: slight improvement in code
Thierry Bastian
2025-01-28
1
-3
/
+6
*
SQL/PSQL: Avoid copies of data in QByteArray when binding such a value
Thierry Bastian
2025-01-28
1
-22
/
+33
*
SQL/PSQL: call deallocatePreparedStmt() unconditionally
Christian Ehrlicher
2025-01-27
1
-5
/
+3
*
Add support for PostgreSQL prepared statements with pgBouncer
Thierry Bastian
2025-01-23
2
-42
/
+70
*
SQL/ODBC: escape values in connection string
Christian Ehrlicher
2025-01-22
1
-16
/
+7
*
SQL/PSQL: add full support for uuid column type
Christian Ehrlicher
2024-12-18
1
-0
/
+7
*
Bump version to 6.10.0
Jani Heikkinen
2024-12-13
1
-1
/
+1
*
Replace a few toString() or fromUtf8() QString::arg() parameters
Marc Mutz
2024-12-03
1
-1
/
+1
*
CMake: Fix standalone build of sqldrivers with SBOM
Alexandru Croitor
2024-12-03
1
-3
/
+5
*
SQL/Mimer: simplify uuid conversion
Christian Ehrlicher
2024-11-05
1
-4
/
+3
*
SQL/PostgreSQL: fix comment for formatting QDateTime
Christian Ehrlicher
2024-10-23
1
-3
/
+3
*
SQL/PostgreSQL: fix parsing timestamptz return values
Christian Ehrlicher
2024-10-17
1
-6
/
+7
*
SQL/Firebird: Fix interpretation of time stamp with timezone
Andreas Bacher
2024-09-12
1
-3
/
+7
*
SQL/plugins: Fix configure options '-sql-<foo>'
Christian Ehrlicher
2024-08-26
1
-8
/
+0
*
SQL/OCI: misc cleanup
Christian Ehrlicher
2024-08-25
1
-46
/
+34
*
SQL/OCI: use OCIBindByPos2 instead OCIBindByPos
Christian Ehrlicher
2024-08-25
1
-61
/
+61
*
SQL/OCI: Compile with MSVC/64bit
Christian Ehrlicher
2024-08-22
1
-21
/
+21
*
Check the PROJECT_NAME when attempt to build sql drivers
Alexey Edelev
2024-08-20
1
-1
/
+1
*
SQL/ODBC: Fix calling SQLGetData() for old drivers
Christian Ehrlicher
2024-08-10
1
-5
/
+4
*
CMake: Fix build of oci plugin on arm macOS with the classic linker
Alexandru Croitor
2024-08-05
1
-5
/
+0
*
SQL/IBase: Don't let open() fail when lastError() is set
Christian Ehrlicher
2024-07-18
1
-5
/
+0
*
SQL/MySQL: honor schema when retrieving table record
Christian Ehrlicher
2024-07-18
1
-1
/
+2
*
Add copyright and license information to CMakeLists.txt missing it
Lucie Gérard
2024-07-08
1
-0
/
+2
*
SQL/ODBC: ignore empty connect options
Christian Ehrlicher
2024-07-04
1
-1
/
+1
*
SQL/ODBC: properly set SQL_ATTR_CURSOR_SCROLLABLE
Christian Ehrlicher
2024-07-04
1
-15
/
+15
*
SQL/SQLite: add check for localtime_r/localtime_s
Christian Ehrlicher
2024-07-01
1
-0
/
+10
*
OCI: misc code tidies and fixes
Dennis Oberst
2024-06-28
2
-19
/
+23
*
OCI: allow accessing results of PL/SQL procedure calls returning a REF CURSOR
Volker Hilsheimer
2024-06-19
2
-48
/
+83
*
Straighten out various logging categories
Ulf Hermann
2024-06-19
5
-5
/
+5
*
CMake: Add a way to use system/bundled 3rdparty libs in bulk
Joerg Bornemann
2024-06-18
1
-1
/
+1
*
CMake: Annotate some targets with SBOM information
Alexandru Croitor
2024-06-13
1
-0
/
+2
*
SQL/IBase: simplify date/time conversion
Christian Ehrlicher
2024-06-12
1
-46
/
+24
*
SQL/IBase: Fix some translatable messages
Friedemann Kleint
2024-06-10
1
-2
/
+2
*
SQL/IBase: code cleanup part 5/5
Christian Ehrlicher
2024-06-07
1
-9
/
+14
*
SQL/IBase: code cleanup part 4/5
Christian Ehrlicher
2024-06-07
1
-24
/
+20
*
SQL/IBase: code cleanup part 3/5
Christian Ehrlicher
2024-06-07
1
-12
/
+15
*
SQL/IBase: code cleanup part 2/5
Christian Ehrlicher
2024-06-07
1
-7
/
+10
*
SQL/IBase: code cleanup part 1/5
Christian Ehrlicher
2024-06-07
1
-58
/
+60
*
SQL/IBase: cache return value of record()
Christian Ehrlicher
2024-06-05
1
-6
/
+9
*
SQL/IBase use QT_USE_MSVC_INT128
Christian Ehrlicher
2024-06-05
1
-1
/
+1
*
Logging: Add a macro for static logging category
Ulf Hermann
2024-06-05
2
-2
/
+2
*
SQL/IBase: add partial support for SQL_INT128 datatype
Christian Ehrlicher
2024-06-05
1
-0
/
+4
[next]