We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3abbc commit 5505202Copy full SHA for 5505202
src/providers/postgres/qgspostgrestransaction.h
@@ -36,7 +36,7 @@ class QgsPostgresTransaction : public QgsTransaction
36
* \param sql The SQL query to execute
37
* \param error The error or an empty string if none
38
* \param isDirty True to add an undo/redo command in the edition buffer, false otherwise
39
- * \param name Name of the transaction ( only used if `isDirty` is true)
+ * \param name Name of the operation ( only used if `isDirty` is true)
40
*/
41
bool executeSql( const QString &sql, QString &error, bool isDirty = false, const QString &name = QString() ) override;
42
0 commit comments