Closed
Description
Expected Behavior
When using nested transactions listener is called each time when the outer or inner transaction starts and ends/rolls back
Actual Behavior
The listener is not called in an expected way
Steps to Reproduce
Launch code with the nested transaction and observe the behavior
sqlcipher/sqlcipher-android-tests#39
SQLCipher version (can be identified by executing PRAGMA cipher_version;):
4.4.2 community
SQLCipher for Android version:
4.4.2
Note:
AndroidX SQLite database works as expected and dispatches all callbacks for nested and outer transactions.