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

Issue with Unixodbc-2.3.7 for master and for_issue_88 branch #181

Open
srambhau-tibco opened this issue Jun 8, 2022 · 1 comment
Open

Comments

@srambhau-tibco
Copy link

With *master :
-Not able to connect to database, getting error : SQLDriverConnect: {H}

With *for_issue_88:
-Able to connect but not able to fetch data for below basic query with prepared parameter with only string type,
ex- "select *from users where user_name = ?;", here prepared parameter value is of type string.
-Some rows are expected for this query but getting nil.
-For a query like- "select *from users;" , we get the appropriate results.
-For a query like "select *from users where userid=?", here prepared parameter value type is int and we get the appropriate results.

Both of these issues does not occur with unixODBC-2.3.6. Unfortunately, we can use only unixODBC-2.3.7 on the production environment.
Also, Is there any background on not merging *for_issue_88 to *master?

Looks like probably an issue with unixODBC but any pointers will be really helpful.
Thanks.

@alexbrainman
Copy link
Owner

Both of these issues does not occur with unixODBC-2.3.6. Unfortunately, we can use only unixODBC-2.3.7 on the production environment.

I have no suggestions for you.

Also, Is there any background on not merging *for_issue_88 to *master?

I don't even remember why I created for_issue_88 branch. You can search for this information, like this

https://github.com/alexbrainman/odbc/issues?q=is%3Aissue+for_issue_88

If you still have some questions, please, ask them here.

Thank you.

Alex

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

No branches or pull requests

2 participants