Skip to content

Commit db253bc

Browse files
authored
Merge pull request #1862 from joto/fix-comment-pgsql-exec
Fix doc comment of exec() function
2 parents a910b86 + d15b3d4 commit db253bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pgsql.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ class pg_conn_t
182182
/**
183183
* Run the specified SQL command.
184184
*
185-
* \param sql The SQL command. If this is empty, nothing is done and a
186-
* default constructed pg_result_t is returned.
185+
* \param sql The SQL command.
187186
* \throws std::runtime_exception If the command failed (didn't return
188187
* status code PGRES_COMMAND_OK or PGRES_TUPLES_OK).
189188
*/

0 commit comments

Comments
 (0)