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 Jul 13, 2020. It is now read-only.
It's not possible to pass null values into insert, replace, update, where and probably several other methods, because they use Pair<String, Any>. So there's no straight way to set some column to null. Probably they should use Pair<String, Any?> for values.