index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
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.5.5
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
...
*
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
*
Bump version to 6.9.0
Jani Heikkinen
2024-06-05
1
-1
/
+1
*
SQL/IBase: add partial support for SQL_INT128 datatype
Christian Ehrlicher
2024-05-25
1
-21
/
+71
*
SQL/IBase: factor out setting numeric values
Christian Ehrlicher
2024-05-25
1
-20
/
+17
*
SQL/IBase: don't let open() fail when no timezones are available
Christian Ehrlicher
2024-05-23
1
-11
/
+4
*
QSql/IBase: fix compilation
Christian Ehrlicher
2024-05-02
1
-0
/
+1
*
SQL/IBase: factor out applying decimal scale into own function
Christian Ehrlicher
2024-04-27
1
-37
/
+51
*
SQL/IBase: print warning in case of unsupported data type
Christian Ehrlicher
2024-04-26
1
-1
/
+6
*
SQL/ODBC: convert QVariant to QDateTime only once
Christian Ehrlicher
2024-04-12
1
-3
/
+4
*
SQL/IBase: use categorized logger
Christian Ehrlicher
2024-04-12
1
-20
/
+23
*
SQL/OCI: use categorized logger
Christian Ehrlicher
2024-04-12
1
-40
/
+38
*
SQL/Mimer: use categorized logger
Christian Ehrlicher
2024-04-12
1
-3
/
+6
*
SQL/ODBC: Don't allow default argument for SqlStmtHandle
Christian Ehrlicher
2024-04-12
1
-1
/
+1
*
QOCICols: fix warning for -Wdangling-reference
Dennis Oberst
2024-04-11
1
-1
/
+1
*
SQL/ODBC: QODBCDriver::record Unable to allocate handle
Mark Brand
2024-04-05
1
-1
/
+1
*
SQL/ODBC: don't escape a driver string
Christian Ehrlicher
2024-04-04
1
-1
/
+1
*
SQL/ODBC: don't create temporary QStrings
Christian Ehrlicher
2024-04-04
1
-37
/
+35
*
SQL/SQLite: use categorized logger
Christian Ehrlicher
2024-04-04
1
-6
/
+11
*
SQL/MySQL: use categorized logger
Christian Ehrlicher
2024-04-04
1
-18
/
+27
*
SQL/ODBC: use categorized logger
Christian Ehrlicher
2024-04-04
1
-2
/
+5
*
Invalid cast when setting parameter index in MimerGet/SetXXX
Fredrik Ålund
2024-04-03
1
-22
/
+22
*
Fix data() with long datatype for Mimer SQL
Fredrik Ålund
2024-04-03
1
-1
/
+1
*
configure: Fix -system-zlib and -system-sqlite options
Joerg Bornemann
2024-03-27
1
-1
/
+1
*
SQL/PostgreSQL: use categorized logger
Christian Ehrlicher
2024-03-16
1
-22
/
+26
*
SQL/PostgreSQL: Make sure the server returns datetime in UTC
Christian Ehrlicher
2024-03-16
1
-3
/
+17
*
SQL/PostgreSQL: cleanup usage of QT_CONFIG(datestring)
Christian Ehrlicher
2024-03-15
1
-24
/
+15
*
SQL/MySQL: pass UTC date/time stamps to the server
Thiago Macieira
2024-03-14
1
-4
/
+25
*
SQL/MySQL: merge toMySqlDate (which returned MYSQL_TIME) into exec()
Thiago Macieira
2024-03-14
1
-33
/
+25
*
SQL/QSqlField: deprecate internal functions setSqlType()/typeID()
Christian Ehrlicher
2024-03-10
8
-12
/
+0
*
SQL/MySQL: retrieve default column value for QSqlDatabase::record()
Christian Ehrlicher
2024-03-10
1
-1
/
+28
*
SQL/ODBC: sync usage of qSqlWarning()
Christian Ehrlicher
2024-03-10
1
-40
/
+55
*
SQL/SQLite: Silence warning "Unsupported option ''"
Friedemann Kleint
2024-03-02
1
-1
/
+1
*
SQL/ODBC: cache return value of SQLGetInfo(SQL_IDENTIFIER_CASE)
Christian Ehrlicher
2024-03-02
1
-39
/
+33
*
SQL/ODBC: escape values in connection string
Christian Ehrlicher
2024-03-02
1
-5
/
+17
*
SQL/ODBC: use SQL_SUCCEEDED(r)
Christian Ehrlicher
2024-03-02
1
-33
/
+33
*
SQL/ODBC: Add helper class SqlStmtHandle
Christian Ehrlicher
2024-03-02
1
-68
/
+68
*
SQL/ODBC: Don't assert when no error record is available
Christian Ehrlicher
2024-02-29
1
-0
/
+2
*
SQL/SQLite: handle option SQLITE_OPEN_NOFOLLOW
Christian Ehrlicher
2024-02-26
1
-0
/
+12
*
SQL/ODBC: Remove code duplication - merge SQLFetch/SQLFetchScroll
Christian Ehrlicher
2024-02-09
1
-41
/
+14
*
SQL/ODBC: avoid code duplication
Christian Ehrlicher
2024-02-09
1
-40
/
+20
*
SQL/ODBC: remove unneeded qMakeFieldInfo(... QString *errMsg)
Christian Ehrlicher
2024-02-09
1
-19
/
+7
*
SQL/OCI: fix QOCIDriver::formatValue()
Christian Ehrlicher
2024-02-09
1
-1
/
+1
*
Override detection of OS for sqlite3
Michał Łoś
2024-02-08
1
-0
/
+5
[prev]
[next]