mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-14 12:10:36 +01:00
be34f30719
On some systems, the DB upgrade was failing because there were too many rows for the cursor window. This moves some looping operations into single update statements by using the substr() command, and chunks the rest using a series of LIMITs.