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
{{ message }}
This repository was archived by the owner on Jun 16, 2022. It is now read-only.
In some other libraries such as Diesel, it has support for
Option<Option<T>>
for an update struct.This adds the following functionality:
None
- Don't update the columnSome(None)
- Update the column to benull
Some(Some(value))
- Update the column to bevalue
Is this currently supported or planned to be supported?
The text was updated successfully, but these errors were encountered: