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
To summarize that issue thread, SQLite uses only signed integers which have no lossless conversion from u64. Since the sqlx::Encode trait has no way to signal a conversion error, support for u64 is being deferred pending such a change to the trait. Perhaps this can be turned into a feature request (ex: for sqlx::TryEncode or similar).
u64 is present here, but not implemented here or here.
The text was updated successfully, but these errors were encountered: