Uno Kim
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Uno Kim created a post, Displaying MySQL bit, tinyint columns as boolean type
I'm using datagrip as the plugin of intellij 2022.3.1. Currently datagrip seems to show the select query result values of two column types for MySQL differently: bit -> true/false tinyint -> 0/1 (...