You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When removing encryption from an encrypted database with function sqlite3_rekey a null pointer exception occurs. This is a consequence of the fix to issue #18. It is necessary to check whether the codec pointer is valid, before resetting the error state.
The text was updated successfully, but these errors were encountered:
When removing encryption from an encrypted database with function
sqlite3_rekey
a null pointer exception occurs. This is a consequence of the fix to issue #18. It is necessary to check whether the codec pointer is valid, before resetting the error state.The text was updated successfully, but these errors were encountered: