I found a bug inside the index and relationship handling. The database fetcher couldn't find the column to use in the relation because the columname is transformed to lowercase. I changed Schema, Table and Column to contain the name as it is presented by the database metadata. The user is responsable for converting the name to the right format