Database.c: In function ‘pReadAllTables’:
Database.c:574:3: warning: passing argument 6 of ‘SQLBindCol’ from incompatible pointer type [enabled by default]
r = SQLBindCol(stmt, 2, SQL_C_CHAR, owner, (int)sizeof(owner) - 1, &pcbValueOwner);
^
In file included from Database.d:39:0:
/usr/include/wine/windows/sql.h:507:20: note: expected ‘SQLINTEGER *’ but argument is of type ‘SQLLEN *’
Microsoft docs state that that argument is SQLLEN *