Apama 10.15.1 | Other Resolved Issues | Release 10.3.1 | ADBC
 
ADBC
*PAM-29477
ADBCHelper API - Queries retried when they shouldn’t and not retried when they should.
The following ADBCHelper reconnect options have been marked as deprecated: RECONNECT and RECONNECT_AND_CLEAR_REQUEST_QUEUE.Please continue to use RECONNECT_AND_RETRY_LAST_REQUEST or DO_NOT_RECONNECT.
The behavior of the reconnect policy options in the ADBCHelper API was incorrect in some situations and now behaves correctly to match the documentation.
In the ADBCHelper API, any queries that fail because a connection has been deliberately closed by the user will be removed from the queue, regardless of the reconnection policy.
*PAM-24717
ADBC incorrect behavior using force on closeDatabase for shared connections.
Queries/commands previously failed to be stopped when closing a shared database connection with the force flag set to true. This issue has been fixed. A warning is given to the last closing connection if any queries from any connection are still running.