Closed franksiler closed 5 years ago
Looking at the code, I'm wondering if this is actually an SQLAlchemy issue, but if I use any of the csvkit commands with -i mssql, I get back out BOOLEAN instead of BIT and have to replace before running in MSSQL. Appreciate any tips.
csvkit
-i mssql
BOOLEAN
BIT
https://github.com/wireservice/csvkit/issues/1015
Looking at the code, I'm wondering if this is actually an SQLAlchemy issue, but if I use any of the
csvkit
commands with-i mssql
, I get back outBOOLEAN
instead ofBIT
and have to replace before running in MSSQL. Appreciate any tips.