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
The xDestroy callback is not called if the sqlite3_create_collation_v2() function fails. Applications that invoke sqlite3_create_collation_v2() with a non-NULL xDestroy argument should check the return code and dispose of the application data pointer themselves rather than expecting SQLite to deal with it for them.
https://github.com/launchbadge/sqlx/blob/master/sqlx-core/src/sqlite/connection/collation.rs#L59
https://sqlite.org/c3ref/create_collation.html
See rusqlite fix.
The text was updated successfully, but these errors were encountered: