Modifications to add support for more SQL statements.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@634 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -211,7 +211,7 @@ RCODE F_Db::indexSetOfRows(
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
if (RC_BAD( rc = buildKeys( pIndex, pTable, NULL, pRow)))
|
||||
if (RC_BAD( rc = buildKeys( pIndex, pTable, pRow, TRUE, NULL)))
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user