Re: [avatica] STRUCT type information missing in type name

2019-11-08 Thread Stamatis Zampetakis
Hi Alessandro, >From what I understand ColumnMetaData mainly exists to provide the necessary information required to satisfy the API of ResultSetMetaData. As far as I can see the ResultSetMetaData does not provide the possibility to obtain information about nested struct fields (only top-level

[avatica] STRUCT type information missing in type name

2019-11-05 Thread Alessandro Solimando
Hello, I noticed that type information inside the "name" field into "ColumnMetaData" are dropped for the inner components of STRUCT, while they are preserved for MULTISET, ARRAY, LIST, MAP. For example the following "RelRecordType": > RecordType( > INTEGER f_int, > INTEGER NOT NULL ARRAY