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 functions to return "row" structs have an option called decode_metadata. This name is wrong. It should be include_metadata. It may be preferable to simply remove the option entirely if we can figure out a way to safely obtain a slice based on the metadata.
Note: renaming the argument type does not break API. Removing it does.