Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.22, 3.2.8
-
None
Description
SQLSpecialColumns does not receive the value for the last parameter(Nullable) from iOdbc on ARM architecture. The problem is observed on MacOS, but probably what matters here is the compiler.
The problem is that the variable value is written on stack not in the location where function expects it.