diff options
| author | Andreas Eliasson <[email protected]> | 2023-02-09 14:16:53 +0100 |
|---|---|---|
| committer | Andreas Eliasson <[email protected]> | 2023-02-28 16:53:10 +0000 |
| commit | 8ecd81ae86b07ef0ec10f17a343d349c07b1a29b (patch) | |
| tree | 9b435bdb0d61f94b7820d0aa5b34281110fc6e01 /src/sql/kernel/qsqlquery.cpp | |
| parent | ee1651efdd32dfb96443828ddaeddccb3e4e3648 (diff) | |
Doc: Remove duplicate words
Change-Id: Ia7a38a1035bd34d00f20351a0adc3927e473b2e7
Pick-to: 6.5 6.4 6.2
Reviewed-by: Topi Reiniƶ <[email protected]>
Diffstat (limited to 'src/sql/kernel/qsqlquery.cpp')
| -rw-r--r-- | src/sql/kernel/qsqlquery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/kernel/qsqlquery.cpp b/src/sql/kernel/qsqlquery.cpp index 805ce81f77b..3a764c13618 100644 --- a/src/sql/kernel/qsqlquery.cpp +++ b/src/sql/kernel/qsqlquery.cpp @@ -1191,7 +1191,7 @@ QString QSqlQuery::executedQuery() const For MySQL databases the row's auto-increment field will be returned. - \note For this function to work in PSQL, the table table must + \note For this function to work in PSQL, the table must contain OIDs, which may not have been created by default. Check the \c default_with_oids configuration variable to be sure. |
