You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we try to lookup sqlite3_prepare_v3 and, if that fails, fallback to sqlite3_prepare_v3. Instead of catching that ArgumentError, we could check the runtime library version to determine which function to use. The functions were added in 3.20.0.
The text was updated successfully, but these errors were encountered:
Currently we try to lookup
sqlite3_prepare_v3
and, if that fails, fallback tosqlite3_prepare_v3
. Instead of catching thatArgumentError
, we could check the runtime library version to determine which function to use. The functions were added in3.20.0
.The text was updated successfully, but these errors were encountered: