SIGN IN SIGN UP

libsql: Remove lazy pulling optimization (#2147)

The optimization attempts to reduce pulling when an application is
writing. However, the logic is embedded in prepare(), which is totally
wrong because a statement can be reused. Let's remove the optimization
as incorrect.

Refs: tursodatabase/turso-cloud#5
P
Pekka Enberg committed
020c0705f3d36359338afabf071db0155772ca86
Committed by GitHub <noreply@github.com> on 8/26/2025, 10:13:26 AM