Hello maintainers of the tclodbc Debian package, there's a severe bug in the SQLDescribeParam() call. While that API requires the parameter index to start counting from 1, the loop in tclodbc running over the query parameters starts with 0. This can cause queries to fail due to data type mismatches. BR, Christian