aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_sql.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_sql.cpp')
-rw-r--r--src/modules/objects/class_sql.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_sql.cpp b/src/modules/objects/class_sql.cpp
index 9755cb020..6be4737b6 100644
--- a/src/modules/objects/class_sql.cpp
+++ b/src/modules/objects/class_sql.cpp
@@ -94,7 +94,7 @@ static void KviKvsSqlInstanceUnregister(KviKvsObject_sql *instance)
!fn: $commit()
Commit the transaction.
!fn: $setCurrentQuery(<connection_name:string>)
- Sets the query for the database connection <connection_name> , which has to be already connected, as current query.
+ Sets the query for the database connection <connection_name>, which has to be already connected, as current query.
!fn: <connection_name:string> $currentQuery()
Returns the name of the database connection for the current query, or an empty string if there aren't any initialized queries.
!fn: $closeConnection(<connection_name:string>)