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
docs: a 3.x driver does not export the deprecated 2.x functions
The rule behind the last three commits, so the class does not come back.
Appendix G's mapping fires only when the driver does not support the
function, so an export removes the Driver Manager's implementation rather
than adding one -- and the DM's is usually better informed, being derived
from the driver's own SQLGetInfo answers.
Also corrects the get_functions guidance, which said to list every exported
function but not to list only those, and did not distinguish the 3.x bitmap
from the 2.x array. They answer different questions: the bitmap says what
core exports, the array says what a 2.x application can call, and the second
is a superset because the DM maps the difference. An entry in the array
naming a FunctionId absent from CORE_EXPORTED_FUNCTIONS is deliberate.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments