You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: