postgresql-interfaces / psqlodbc

Other
16 stars 15 forks source link

Updated error code returned by SQLGetData function #35

Closed omeuid closed 3 months ago

omeuid commented 4 months ago

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

This pull request fixes #33