Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update documentation
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/providers/postgres/qgspostgrestransaction.h
|
@@ -36,7 +36,7 @@ class QgsPostgresTransaction : public QgsTransaction |
|
|
* \param sql The SQL query to execute |
|
|
* \param error The error or an empty string if none |
|
|
* \param isDirty True to add an undo/redo command in the edition buffer, false otherwise |
|
|
* \param name Name of the transaction ( only used if `isDirty` is true) |
|
|
* \param name Name of the operation ( only used if `isDirty` is true) |
|
|
*/ |
|
|
bool executeSql( const QString &sql, QString &error, bool isDirty = false, const QString &name = QString() ) override; |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.