requery / sqlite-android

Android SQLite support library
Apache License 2.0
1.07k stars 143 forks source link

feat: add support for sqlite3_update_hook #194

Closed jdicami closed 3 months ago

jdicami commented 4 months ago

Ability to register a sqlite3 update hook

jdicami commented 3 months ago

@npurushe can we get eyes on this please

SteinerOk commented 4 weeks ago

@jdicami, did you miss add SQLiteUpdateHook java class ?

kanelbulle commented 1 week ago

@npurushe This PR has broken the build - it's missing the SQLiteUpdateHook.java. I don't think we can guess what exactly that should look like so seems safest to just revert this change?

Raxerz commented 1 day ago

@npurushe Does this support DELETE operations as well?