Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLDescribeCol return value [ODBC206] #189

Closed
firebird-automations opened this issue Apr 5, 2018 · 3 comments
Closed

SQLDescribeCol return value [ODBC206] #189

firebird-automations opened this issue Apr 5, 2018 · 3 comments

Comments

@firebird-automations
Copy link

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

@firebird-automations
Copy link
Author

Commented by: @alexpotapchenko

fixed in Git

@firebird-automations
Copy link
Author

Modified by: @alexpotapchenko

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

resolution: Fixed [ 1 ]

Fix Version: 2.0.6 [ 10851 ]

@firebird-automations
Copy link
Author

Modified by: @alexpotapchenko

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants