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
/
models
/
qsqlrelationaltablemodel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Add Alt-text to the Qt SQL examples
Safiyyah Moosa
2025-04-09
1
-1
/
+1
*
Create qdoc macros for C++ class docs 1.3: member-swap(), non-standard phrasing
Marc Mutz
2024-11-08
1
-2
/
+1
*
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/QSqlRelationTableModel: don't crash with more than one relation
Christian Ehrlicher
2024-07-22
1
-30
/
+35
*
SQL/models: use qsizetype/range-base for loops where possible
Christian Ehrlicher
2024-05-23
1
-10
/
+8
*
SQL: remove outdated \since tags
Christian Ehrlicher
2024-01-21
1
-2
/
+0
*
SQL/QSqlRelationalTableModel escape the auto-generated alias
Christian Ehrlicher
2023-04-06
1
-0
/
+1
*
QtSql: Disambiguate typedefs
Friedemann Kleint
2023-01-12
1
-18
/
+18
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-6
/
+6
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtSql: includemocs
Marc Mutz
2022-04-28
1
-0
/
+2
*
Sql: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-19
1
-1
/
+3
*
Sql: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-19
1
-1
/
+1
*
Introduce maximumIdentifierLength to return database limits for names
Andy Shaw
2020-08-11
1
-1
/
+2
*
Use QList instead of QVector in sql
Jarek Kobus
2020-06-25
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-12-09
1
-7
/
+7
|
\
|
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-7
/
+7
*
|
pass QSqlDatabase by const &
Albert Astals Cid
2019-10-15
1
-3
/
+3
|
/
*
QtBase: replace 0 with \nullptr in documentation
Christian Ehrlicher
2019-01-28
1
-5
/
+5
*
doc: Add documentation for swap() functions
Martin Smith
2018-01-24
1
-0
/
+6
*
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-4
/
+4
*
Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...
Alexander Volkov
2017-01-12
1
-1
/
+2
*
doc: Fix all remaining "Cannot tie" errors in QtBase
Martin Smith
2017-01-06
1
-3
/
+0
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
QSqlQueryModel::clear(): Call begin/endResetModel().
Friedemann Kleint
2015-11-19
1
-0
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Add Q_DECL_OVERRIDE in the src subdirectory
Olivier Goffart
2014-12-03
1
-4
/
+4
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Doc: Fix broken links
Sze Howe Koh
2013-11-05
1
-1
/
+1
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-4
/
+4
*
Whitespace cleanup: remove trailing whitespace
Axel Waggershauser
2013-03-16
1
-1
/
+1
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Docs: Fix some warnings
Christian Stenger
2012-12-06
1
-0
/
+1
*
doc: Fix a few doc errors for QtSQL
Tor Arne Vestbø
2012-10-12
1
-7
/
+7
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Fix doc errors.
Frederik Gladhorn
2012-08-28
1
-2
/
+2
*
Doc: Fix typo foreigh -> foreign
Sergio Ahumada
2012-07-16
1
-1
/
+1
*
Doc: Fix most qdoc errors in QtSql.
Casper van Donderen
2012-04-28
1
-6
/
+6
*
Update QSqlRelationalTableModel about reference table alias
Honglei Zhang
2012-03-30
1
-6
/
+11
*
QSql*Model: add SQL syntax helper
Mark Brand
2012-03-22
1
-50
/
+26
*
QSqlTM/QSqlRTM: improve style and readability
Mark Brand
2012-03-22
1
-64
/
+47
*
QSqlRTM: fix whitespace
Mark Brand
2012-03-22
1
-3
/
+3
*
Remove the usage of deprecated qdoc macros.
Casper van Donderen
2012-03-02
1
-7
/
+7
*
QSqlRelationalTableModelPrivate: simplify field name translation
Mark Brand
2012-02-15
1
-9
/
+6
*
QSqlTableModelPrivate::ModifiedRow guard private data
Mark Brand
2012-02-07
1
-3
/
+3
*
QSqlTableModelPrivate: deduplicate field stripping logic
Mark Brand
2012-02-07
1
-3
/
+1
*
ModifiedRow: use for all edit strategies
Mark Brand
2012-02-05
1
-23
/
+9
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
use nameToIndex() instead of duplicating code
Mark Brand
2012-01-27
1
-1
/
+6
[next]