DbRecord-MSSQL : Mapping for `bit` type
Opened this issue · 0 comments
kahlil29 commented
We need to finalize what the mapping of the bit
sql type would be in the DBType
form.
Also, incase the szCharacterLength is not specified, we need to have a suitable default character length (currently kept as 1).
Ref : MsSQL's Parser.hs
: Function parseMSSQLType