Kaydet (Commit) b76a087f authored tarafından Julien Nabet's avatar Julien Nabet

Related tdf#112947: another fix about odbc

As discussed here:
https://bugs.documentfoundation.org/show_bug.cgi?id=112947#c9
and
https://bugs.documentfoundation.org/show_bug.cgi?id=112947#c10

Change-Id: I4376c090c4da3f25487d404ed8c0e00ca51ca204
Reviewed-on: https://gerrit.libreoffice.org/43241Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 50959948
......@@ -164,7 +164,9 @@ OResultSet::OResultSet(SQLHANDLE _pStatementHandle ,OStatement_Base* pStmt) :
OResultSet::~OResultSet()
{
setStmtOption<SQLLEN*, SQL_IS_POINTER>(SQL_ATTR_FETCH_BOOKMARK_PTR, nullptr);
setStmtOption<SQLUSMALLINT*, SQL_IS_POINTER>(SQL_ATTR_ROW_STATUS_PTR, nullptr);
}
void OResultSet::construct()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment