I'll have a look at this tonight (produce a test case).
I suspect this is case of whether the number 1 should be treated as boolean true. For me, yes I think it should and currently is not and hence that sounds like a bug.
Note: There is an additional design question regarding if there should also be the option of using a "RowMapper" approach like Spring JdbcTemplate which gives us programmatic control over reading from the ResultSet (and the potential type conversion at that point). We don't have that level of control using SqlRow at the moment and perhaps it would be good to have that.
Cheers, Rob.