Skip to content

Commit

Permalink
Update note about non-existing SQL_MoreResults (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Impact123 committed Jan 14, 2021
1 parent 978fa6b commit a615c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/include/dbi.inc
Expand Up @@ -162,7 +162,7 @@ methodmap DBResultSet < Handle
// Fetches a row from the current result set. This must be
// successfully called before any results are fetched.
//
// If this function fails, _MoreResults can be used to
// If this function fails, MoreRows can be used to
// tell if there was an error or the result set is finished.
//
// @return True if a row was fetched, false otherwise.
Expand Down Expand Up @@ -797,7 +797,7 @@ native bool SQL_FieldNameToNum(Handle query, const char[] name, int &field);
* Fetches a row from the current result set. This must be
* successfully called before any results are fetched.
*
* If this function fails, SQL_MoreResults() can be used to
* If this function fails, SQL_MoreRows() can be used to
* tell if there was an error or the result set is finished.
*
* @param query A query (or statement) Handle.
Expand Down

0 comments on commit a615c13

Please sign in to comment.