postgresql-interfaces / psqlodbc

Other
11 stars 10 forks source link

Updated error code returned by SQLGetData function #35

Closed omeuid closed 1 month ago

omeuid commented 1 month ago

SQLGetData function should return SQLSTATE 22002 instead of a generic HY000 SQLSTATE.

This pull request fixes #33