diff options
author | Bruce Momjian | 2001-02-11 04:56:58 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-02-11 04:56:58 +0000 |
commit | 9d244ddb26eb8521510a01271e61f9c37e74827e (patch) | |
tree | 575424831f2a9ca9cdbf8cea37ce6fe4804a57dc /src/interfaces/odbc/statement.c | |
parent | 71f2b6f015b5f8da162e808a37bd7d3cc8732ce3 (diff) |
Cleanup of source.
Diffstat (limited to 'src/interfaces/odbc/statement.c')
-rw-r--r-- | src/interfaces/odbc/statement.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/statement.c b/src/interfaces/odbc/statement.c index b473e2d5299..b2a1eb0ceba 100644 --- a/src/interfaces/odbc/statement.c +++ b/src/interfaces/odbc/statement.c @@ -681,6 +681,7 @@ SC_fetch(StatementClass * self) if (self->currTuple >= QR_get_num_tuples(res) - 1 || (self->options.maxRows > 0 && self->currTuple == self->options.maxRows - 1)) { + /* * if at the end of the tuples, return "no data found" and set * the cursor past the end of the result set |