You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting. I wonder if there is a way to detect if the driver is an ODBC 2.x driver. node-odbc targets ODBC 3.x. Maybe switching to SQL_DESC_CONCISE_TYPE would be fine though. Will have to test.
The numberic type is not found with Exasol DB,
i found the solution and its works for me:
odbc.cpp:
switch ((int) column.type) {
case 1414725635:
case SQL_INTEGER :
add column type 1414725635 as integer
Garry Lachman
The text was updated successfully, but these errors were encountered: