I am getting an assertion failure when calling ApplyUpdates (OraClasses.pas line 9967).
I am using TOraQuery using CachedUpdates and BatchUpdateSize of 20 in direct mode.
The problem seems to be the call of ParseSQL with Params set to nil at DBAccess.pas line 9578.
Odac version is 6.80.
What is needed to fix the error?
Any hints on using batch update mode?