I spotted one more issue in the regression test for deprecated functions:
The comment in it correctly states, SQLColAttributes has been replaced
with SQLColAttribute. But the regression test then calls
SQLColAttribute, i.e. the new functions, not the deprecated one. I
haven't looked what difference it makes in practice.
(We don't have any other regression tests for the new SQLColAttribute,
which would be nice to have anyway)
- Heikki