vollt
vollt copied to clipboard
Support for numerical arrays
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.