cryptomator / android

Cryptomator for Android
https://cryptomator.org
GNU General Public License v3.0
761 stars 127 forks source link

SQLite queries return stale table metadata after alter operation #529

Open JaniruTEC opened 7 months ago

JaniruTEC commented 7 months ago

Please agree to the following

Summary

In rare cases queries to a recently changed table will return stale table metadata (e.g. column names). This might cause difficult to diagnose bugs during database migration. So far this issue hasn't been reported in production, but was encountered during development on #506.

System Setup

...

Cloud Type

No response

Steps to Reproduce

...

Expected Behavior

...

Actual Behavior

...

Reproducibility

Always

Relevant Log Output

No response

Anything else?

Related bug on the google issue tracker: 153521693