RMySQL
RMySQL copied to clipboard
Bit(1) is read incorrectly
I am using RMySQL 0.10.9 and Bit(1) columns are returned as 0, but there are all 1
Yes, this is a known behavior. You can use SELECT IF( field, 1, 0 ) AS field FROM table.
Are there any plans for fixing this in the near future?