Uno Kim

Avatar
  • 活动总数 2
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 1
  • Uno Kim 创建了一个帖子,

    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 (...