FirebirdSQL/firebird-odbc-driver

SQLDescribeCol return value [ODBC206]

firebird-automations opened this issue · 3 comments

Submitted by: Greg Wittmeyer (gammad)

SQLDescribeCol() will always return SQL_SUCCESS, even if it receives a bad column index (second parameter). It crashes completely on a column index 128. This is a big problem if the client doesn't know the number of columns, and is looping through and only stops when an error code is returned.

Commits: ec4632a 8d71306

Commented by: @alexpotapchenko

fixed in Git

Modified by: @alexpotapchenko

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.0.6 [ 10851 ]

Modified by: @alexpotapchenko

status: Resolved [ 5 ] => Closed [ 6 ]