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
We need to finalize what the mapping of the
bitsql type would be in theDBTypeform.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: FunctionparseMSSQLType