Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TINYINT(1) UNSIGNED is returned as bool #530

Closed
bgrainger opened this issue Jul 10, 2018 · 2 comments
Closed

TINYINT(1) UNSIGNED is returned as bool #530

bgrainger opened this issue Jul 10, 2018 · 2 comments
Assignees
Labels

Comments

@bgrainger
Copy link
Member

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.

@tcsaddul
Copy link

tcsaddul commented Jul 11, 2018 via email

@bgrainger
Copy link
Member Author

Fixed in 0.43.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants