mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 20:44:23 +01:00
Now returns e.g.: ```rust SqlExecutionFailure( "Invalid argument supplied: Unknown parameter ':email' for query 'INSERT INTO users (email, created_at) VALUES (?, ?)'. Make sure you're using the correct parameter syntax - named: (:foo), positional: (?, ?)" ) ``` instead of unwrapping a None value and panicing