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
* Add support is_nullable to parsing _space system space.
* Add the check of a field type.
* Replace string comparation.
It's no always correct and safe to use memcmp to compare a
null-terminated string with a length specified string, because
it doesn't check the end of null-terminated string (like strncmp)
which may be less.
0 commit comments