mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
null bindings and RecordSet::isNull (SQLite done and tested, ODBC todo)
This commit is contained in:
@@ -185,6 +185,8 @@ bool SQLiteStatementImpl::hasNext()
|
||||
|
||||
_stepCalled = true;
|
||||
_nextResponse = sqlite3_step(_pStmt);
|
||||
_pExtractor->reset();//to clear the cached null indicators
|
||||
|
||||
if (_nextResponse != SQLITE_ROW && _nextResponse != SQLITE_OK && _nextResponse != SQLITE_DONE)
|
||||
{
|
||||
Utility::throwException(_nextResponse);
|
||||
|
||||
Reference in New Issue
Block a user