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 a910b86 commit d15b3d4Copy full SHA for d15b3d4
src/pgsql.hpp
@@ -182,8 +182,7 @@ class pg_conn_t
182
/**
183
* Run the specified SQL command.
184
*
185
- * \param sql The SQL command. If this is empty, nothing is done and a
186
- * default constructed pg_result_t is returned.
+ * \param sql The SQL command.
187
* \throws std::runtime_exception If the command failed (didn't return
188
* status code PGRES_COMMAND_OK or PGRES_TUPLES_OK).
189
*/
0 commit comments