Correctly parsing the bit type in ms-sql to boolean.
This commit is contained in:
parent
31f3956bfb
commit
9f6635045a
|
@ -18,6 +18,7 @@ const SQL_TYPE_MAP = {
|
|||
timestamp: FieldTypes.DATETIME,
|
||||
time: FieldTypes.DATETIME,
|
||||
boolean: FieldTypes.BOOLEAN,
|
||||
bit: FieldTypes.BOOLEAN,
|
||||
json: FieldTypes.JSON,
|
||||
date: FieldTypes.DATETIME,
|
||||
blob: FieldTypes.LONGFORM,
|
||||
|
|
Loading…
Reference in New Issue