You are probably building against iODBC - its whide char does not represet UTF-16 as required per ODBC definition - that is why it isn't supported and you get assertion on building.
Build cppdb against unixodbc or disable ODBC in general.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You are probably building against iODBC - its whide char does not represet UTF-16 as required per ODBC definition - that is why it isn't supported and you get assertion on building.
Build cppdb against unixodbc or disable ODBC in general.