Skip to content
Commit 9bff9900 authored by Alexander's avatar Alexander Committed by Daniel Gultsch
Browse files

move enabling of foreign key support to onConfigure (#3038)

This way we avoid repeating the code. Unlike getWritableDatabase, onConfigure is intended to be overridden.

In fact, onConfigure documentation specifically says: "Called when the database connection is being configured, to enable features such as write-ahead logging or *foreign key support*."
parent e948d120
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment