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
Unfortunately, the database driver that I am attempting to use the library with returns SQL_NO_TOTAL for any string column. How hard would it be to support handling this case?
The text was updated successfully, but these errors were encountered:
vagifverdi/hdbc-odbc@8134f71 outlines how another library handles the issue. I'll look into solving it for odbc and will submit a PR if I get it working.
Unfortunately, the database driver that I am attempting to use the library with returns
SQL_NO_TOTAL
for any string column. How hard would it be to support handling this case?The text was updated successfully, but these errors were encountered: