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
A column with type TINYINT(1) UNSIGNED is returned as a bool by MySqlConnector, but as byte by Connector/NET (the same as TINYINT UNSIGNED). We should also return byte.
A column with type
TINYINT(1) UNSIGNEDis returned as aboolby MySqlConnector, but asbyteby Connector/NET (the same asTINYINT UNSIGNED). We should also returnbyte.