buggins / ddbc

DDBC is DB Connector for D language (similar to JDBC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When using MS SQL ddbc doesn't recognise NVARCHAR

SingingBush opened this issue · comments

during ODBC testing a created a table with some columns as NVARCHAR but the driver didn't recognise the type so I had to resort to using VARCHAR to get things working.