#i105086# fix for clob and blob

This commit is contained in:
Ocke Janssen
2009-11-11 13:57:55 +01:00
parent 6daca460f9
commit 2d26cea420
3 changed files with 24 additions and 12 deletions

View File

@@ -1601,7 +1601,6 @@ void OSQLParseTreeIterator::impl_traverse( sal_uInt32 _nIncludeMask )
case SQL_STATEMENT_INSERT:
break;
default:
OSL_ENSURE( false, "OSQLParseTreeIterator::traverseAll: not yet implemented for this statement type!" );
break;
}
}