Skip to content
Success

Changes

Summary

  1. Fix select views when Android databases are upgraded. (commit: ff7408a) (details)
Commit ff7408a79b6c9fa0c8d98cf6ecd6e57aad038f53 by Mike Dawson
Fix select views when Android databases are upgraded.

The table sqlite_master was renamed to sqlite_schema in SQLite version 3.33.0. Android SDK33 and lower has a prior version of SQLite, so we need to use the table name sqlite_master (which is still recognized for backwards compatibility by SQLite on newer versions).
(commit: ff7408a)
The file was modifiedbuild.gradle (diff)
The file was modifieddoor-runtime/src/commonMain/kotlin/com/ustadmobile/door/triggers/TriggerConstants.kt (diff)