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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Enable automatic linking to sources on code.qt.io
Topi Reinio
19 hours
1
-0
/
+3
*
QSqlDatabase: make evident the name of the driver that failed to load
Thiago Macieira
2025-04-14
1
-3
/
+3
*
Doc: Add Alt-text to the Qt SQL examples
Safiyyah Moosa
2025-04-09
3
-3
/
+3
*
QSqlError: rename ctor parameter to 'nativeErrorCode'
Christian Ehrlicher
2025-03-31
2
-6
/
+6
*
QSqlQueryModel: memoize roleNames()
Marc Mutz
2025-03-20
1
-1
/
+2
*
QSqlQueryModel: restore RVO in data()
Marc Mutz
2025-03-17
1
-4
/
+3
*
Doc: Clarify building a separate SQL driver
Joerg Bornemann
2025-03-07
1
-0
/
+3
*
Short live QCoreApplication::instanceExists()
Thiago Macieira
2025-02-26
1
-3
/
+3
*
QSqlDatabase: provide QString defaultConnectionName()
Thiago Macieira
2025-02-07
2
-8
/
+13
*
QSqlDatabase: fix historical mistake of defaultConnection being non-const
Thiago Macieira
2025-02-07
3
-3
/
+21
*
QSqlQuery: complete the deprecation/removal of its copies
Giuseppe D'Angelo
2025-02-03
4
-7
/
+15
*
QSqlQueryModel: add new function to refresh the model data
Christian Ehrlicher
2024-12-20
2
-20
/
+6
*
QSqlDriver: return the connection name of the assoicated QSqlDatabase
Christian Ehrlicher
2024-12-20
4
-1
/
+23
*
QtSql: fix GCC -Wextra-semi warnings after member function definitions
Ahmad Samir
2024-12-12
2
-2
/
+2
*
QSqlTableModel: remove a call to `cache.empty()`
Botond István Horváth
2024-12-05
1
-3
/
+0
*
QSqlQueryModel: New method to re-execute the current query
Dheerendra Purohit
2024-11-20
2
-0
/
+31
*
CMake: Add doc_snippets feature
Kai Köhne
2024-11-19
1
-2
/
+1
*
SQL/Doc: add notes about QDateTime handling
Christian Ehrlicher
2024-11-14
1
-0
/
+43
*
Create qdoc macros for C++ class docs 1.3: member-swap(), non-standard phrasing
Marc Mutz
2024-11-08
2
-4
/
+2
*
Create qdoc macros for C++ class docs 1.2: member-swap(), simplified phrasing
Marc Mutz
2024-11-08
1
-3
/
+1
*
Create qdoc macros for C++ class docs 1.1: member-swap(), traditional phrasing
Marc Mutz
2024-11-05
2
-6
/
+2
*
QSqlRelationalTableModel: properly clear relational dictionary
Christian Ehrlicher
2024-09-07
1
-3
/
+18
*
Allow resetting foreign key in QSqlRelationalTableModel
Tobias Koenig
2024-09-04
1
-3
/
+4
*
SQL/Doc: improve documentation on building and debugging a sql driver
Christian Ehrlicher
2024-09-01
1
-10
/
+28
*
SQL/Interbase: Add and document Interbase_ROOT
Christian Ehrlicher
2024-08-30
2
-25
/
+6
*
SQL/MySQL: use MySQL_ROOT in documentation
Christian Ehrlicher
2024-08-28
1
-3
/
+3
*
SQL/Oracle: use Oracle_ROOT in documentation
Christian Ehrlicher
2024-08-28
1
-2
/
+2
*
SQL/PostgreSQL: use PostgreSQL_ROOT in documentation
Christian Ehrlicher
2024-08-28
2
-3
/
+3
*
Doc: Remove usage of defunct QDoc command
Paul Wicking
2024-08-28
2
-4
/
+0
*
SQL/Doc: remove paragraph about CMAKE_INCLUDE/LIBRARY_PATH
Christian Ehrlicher
2024-08-25
2
-26
/
+0
*
Docs: Organize topics in the qtbase repo
Alexei Cazacov
2024-08-13
2
-1
/
+34
*
SQL/QSqlRelationTableModel: don't crash with more than one relation
Christian Ehrlicher
2024-07-22
1
-30
/
+35
*
QSqlDriver/doc: Add a note about features depending on the db server
Christian Ehrlicher
2024-07-22
1
-1
/
+3
*
SQL/QSqlField: move deprecated functions decls to correct place
Christian Ehrlicher
2024-06-13
1
-5
/
+7
*
SQL: Code cleanup - move Q_PROPERTY to the correct place
Christian Ehrlicher
2024-06-12
5
-8
/
+8
*
SQL/Doc: add note about QAnyStringView
Christian Ehrlicher
2024-06-12
2
-0
/
+33
*
Remove GENERATE_CPP_EXPORTS argument
Alexey Edelev
2024-06-12
1
-1
/
+0
*
Logging: Add a macro for static logging category
Ulf Hermann
2024-06-05
2
-2
/
+2
*
QSqlRecord/QSqlQuery: Use QAnyStringView instead QStringView
Christian Ehrlicher
2024-06-04
5
-113
/
+121
*
SQL/QSqlRecord: rework QRecord::indexOf(QStringView)
Christian Ehrlicher
2024-05-31
1
-20
/
+27
*
QSqlDatabase: Rename currentThread() to thread()
Christian Ehrlicher
2024-05-31
2
-2
/
+2
*
SQL/models: use qsizetype/range-base for loops where possible
Christian Ehrlicher
2024-05-23
4
-42
/
+22
*
Add -Wweak-vtables to headersclean
Jesus Fernandez
2024-05-19
2
-1
/
+3
*
SQL/QSqlIndex: remove unused private function createField()
Christian Ehrlicher
2024-04-26
2
-19
/
+0
*
QSqlDatabase: add moveToThread()/currentThread()
Christian Ehrlicher
2024-04-25
2
-0
/
+52
*
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
*
SQL/QSqlQuery: use categorized logger
Christian Ehrlicher
2024-04-18
1
-19
/
+23
*
Long live [[nodiscard]] QFile::open
Giuseppe D'Angelo
2024-04-17
1
-0
/
+1
*
SQL/ODBC: don't escape a driver string
Christian Ehrlicher
2024-04-04
1
-2
/
+7
[next]