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
/
sql
/
kernel
/
qsqldatabase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QSqlDatabase: make evident the name of the driver that failed to load
Thiago Macieira
2025-04-14
1
-3
/
+3
*
Short live QCoreApplication::instanceExists()
Thiago Macieira
2025-02-26
1
-3
/
+3
*
QSqlDatabase: fix historical mistake of defaultConnection being non-const
Thiago Macieira
2025-02-07
1
-2
/
+0
*
QSqlDriver: return the connection name of the assoicated QSqlDatabase
Christian Ehrlicher
2024-12-20
1
-1
/
+6
*
Logging: Add a macro for static logging category
Ulf Hermann
2024-06-05
1
-1
/
+1
*
QSqlDatabase: Rename currentThread() to thread()
Christian Ehrlicher
2024-05-31
1
-1
/
+1
*
Add -Wweak-vtables to headersclean
Jesus Fernandez
2024-05-19
1
-0
/
+2
*
QSqlDatabase: add moveToThread()/currentThread()
Christian Ehrlicher
2024-04-25
1
-0
/
+49
*
SQL: avoid potential detach in QtSqlGlobals dtor
Vladimir Belyavsky
2024-04-21
1
-1
/
+1
*
SQL/QSqlDatabase: use categorized logger
Christian Ehrlicher
2024-04-18
1
-13
/
+15
*
Doc: Fix QDoc warnings for overloads
Paul Wicking
2024-02-14
1
-0
/
+1
*
QtSql: #include mocs
Thiago Macieira
2024-02-10
1
-0
/
+2
*
QSqlDatabase: add Q_PROPERTY
Christian Ehrlicher
2024-02-05
1
-8
/
+11
*
SQL: remove outdated \since tags
Christian Ehrlicher
2024-01-24
1
-4
/
+0
*
SQL: remove outdated \since tags
Christian Ehrlicher
2024-01-21
1
-2
/
+0
*
QSqlDatabase: check if QCoreApplication::instance() exists
Christian Ehrlicher
2023-10-12
1
-0
/
+20
*
SQLDatabase: merge two global statics into one
Christian Ehrlicher
2023-07-23
1
-84
/
+51
*
SQL: Make QSqlDatabase::DriverDict creation thread-safe
Christian Ehrlicher
2023-05-24
1
-15
/
+14
*
QSqlDatabase: use a QReadWriteLock to access DriverDict
Christian Ehrlicher
2023-05-23
1
-0
/
+3
*
QSQLDatabase: avoid some code duplication
Christian Ehrlicher
2023-04-14
1
-15
/
+11
*
SQL/SQLDatabase: do not copy q within QSqlDatabasePrivate::copy()
Christian Ehrlicher
2023-03-16
1
-9
/
+5
*
QSqlDatabase: deprecate QSqlDatabase::exec()
Christian Ehrlicher
2023-03-06
1
-4
/
+3
*
A QtSql driver for Mimer SQL
Fredrik Ålund
2023-02-20
1
-0
/
+6
*
SQL: use qsizetype and range-based for loops where possible
Christian Ehrlicher
2023-01-20
1
-9
/
+8
*
SQL: include cleanup
Christian Ehrlicher
2023-01-18
1
-3
/
+0
*
QSqlDatabase: remove a pointless const_cast
Giuseppe D'Angelo
2022-12-23
1
-1
/
+1
*
SQL: rework the connection options documentation
Christian Ehrlicher
2022-12-22
1
-92
/
+2
*
SQL/MySQL: add connect option MYSQL_OPT_LOCAL_INFILE
Christian Ehrlicher
2022-12-08
1
-0
/
+1
*
SQL/MySQL: rework driver option parsing
Christian Ehrlicher
2022-10-22
1
-5
/
+12
*
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
-2
/
+3
*
Sql: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-19
1
-1
/
+1
*
QSql/QSqlite: return extended error codes by default
Christian Ehrlicher
2021-01-11
1
-0
/
+1
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-5
/
+3
|
\
|
*
Doc: make Qt Sql snippets compilable
Nico Vertriest
2020-03-20
1
-5
/
+3
*
|
QtSQL: remove SQLite2 and TDS driver for Qt6
Christian Ehrlicher
2020-02-07
1
-16
/
+1
|
/
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-3
/
+3
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Liang Qi
2019-09-23
1
-0
/
+8
|
\
|
*
Add SQLite specific documentation when specifying a database name
Andy Shaw
2019-09-21
1
-0
/
+8
*
|
Port from QAtomic::load() to loadRelaxed()
Giuseppe D'Angelo
2019-06-20
1
-1
/
+1
|
/
*
Always escape the table names when creating the SQL statement
Andy Shaw
2019-01-23
1
-0
/
+10
*
Add overload of QSqlDatabase::cloneDatabase to allow cloning cross threads
Andy Shaw
2018-12-23
1
-0
/
+34
*
QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabase
David Faure
2018-04-06
1
-2
/
+4
*
doc: Add missing template clause in \fn command
Martin Smith
2018-01-12
1
-1
/
+1
*
QtSql: Raise minimum supported MSVC version to 2015
Friedemann Kleint
2018-01-04
1
-5
/
+1
*
Return an invalid QSqlDatabase when accessing from another thread
Andy Shaw
2018-01-02
1
-0
/
+6
*
Copy the numericalPrecisionPolicy when copying the QSqlDatabase
Andy Shaw
2017-12-01
1
-0
/
+4
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-09-20
1
-0
/
+8
|
\
|
*
Add documentation about not having QSqlDatabase objects kept around
Andy Shaw
2017-09-08
1
-0
/
+8
[next]