What would you like help with?
Hi,
Is there an explicit error code that would allow me to detect when a SQLITE update/insert fails because the database is locked? Currently I'm checking if the message field from AdbcError ends with database is locked, but that feels brittle.
Thanks.