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
I cannot write a TrueClass or FalseClass bin. I found that BoolValue raises an exception when writing.
def write(buffer, offset)
raise Exception.new("Unreachable")
end
May I know why? And what's the walk around in order to write a boolean? The DB is accessed by other services, so I would like to keep data type consistency.
Thanks
The text was updated successfully, but these errors were encountered:
Hello there,
I cannot write a TrueClass or FalseClass bin. I found that BoolValue raises an exception when writing.
May I know why? And what's the walk around in order to write a boolean? The DB is accessed by other services, so I would like to keep data type consistency.
Thanks
The text was updated successfully, but these errors were encountered: