Skip to content

Commit d15b3d4

Browse files
committed
Fix doc comment of exec() function
Functionality was recently changed in 440579e
1 parent a910b86 commit d15b3d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)