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
Was reading over #12 but am not sure if it's related :P
I have a bit(1) field in MYSQL called hardcore:
The query_all: db.query_all "select hardcore from rpg_characters where user_id = ? ", client.user_id, as: {Bool}
The error: not supported read
I've tried UInt8, Int8, and BitArray.new(1) with no prevail. I'm not sure if this is a suggestion (if it can be done already, then please close). But figured I'd make an issue to shed some light on it. Thanks for reading
The text was updated successfully, but these errors were encountered:
Was reading over #12 but am not sure if it's related :P
I have a bit(1) field in MYSQL called
hardcore
:The query_all:
db.query_all "select hardcore from rpg_characters where user_id = ? ", client.user_id, as: {Bool}
The error:
not supported read
I've tried
UInt8
,Int8
, andBitArray.new(1)
with no prevail. I'm not sure if this is a suggestion (if it can be done already, then please close). But figured I'd make an issue to shed some light on it. Thanks for readingThe text was updated successfully, but these errors were encountered: