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
Some fixes to the scalar and testing code:
- use `AppendTime` in `AppendToBuilder` to take different time units
into account
- base64 decode binary-encoded JSON strings when the type calls for it
in struct `Set()`, otherwise the binary data gets interpreted as a
string and the results are incorrect
- exclude the JSON type from list tests, we didn't support that before
and don't need to introduce it now
0 commit comments