zio-archive/zio-sql

Implement Bit TypeTag for SQLServer

Closed this issue · 1 comments

eqk commented

There is no boolean type in sqlserver, so BIT type should be used instead (with 1 and 0 values)

We are handling this at the rendering level.