summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libodbcpp/odbc-selectcommand.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libodbcpp/odbc-selectcommand.cpp b/libodbcpp/odbc-selectcommand.cpp
index 5d0e96e..e33b3da 100644
--- a/libodbcpp/odbc-selectcommand.cpp
+++ b/libodbcpp/odbc-selectcommand.cpp
@@ -52,6 +52,7 @@ ODBC::SelectCommand::fetch(SQLSMALLINT orientation, SQLLEN offset)
throw Error(rc, SQL_HANDLE_STMT, hStmt);
}
}
+ // fall-through
case SQL_SUCCESS:
{
bool resized = false;