vollt icon indicating copy to clipboard operation
vollt copied to clipboard

Support for numerical arrays

Open vforchi opened this issue 5 years ago • 1 comments

I would like to store an array in a column of my TAP_SCHEMA, but since my DBMS (SQLServer) does not support this feature, I was thinking about saving it as a comma separated string. Is it possible to tell vollt to convert the string into an array. I was looking at the JDBCTranslator, but it doesn't seem like the method convertTypeFromDB is exactly what I need.

vforchi avatar Jan 27 '20 15:01 vforchi