Skip to content

Sling support of array data type #178

Closed Answered by flarco
matanper asked this question in Q&A
Discussion options

You must be logged in to vote

Ah I see. Sling uses JSON for any semi-structure/nested data. At the moment, it doesn't support native arrays (each database has it's own syntax for arrays). What I'm thinking is to have sling auto-convert the native array form source when selecting and writing into target as json (see #179). But writing into a native array on target is a bigger lift. The work-around is, on target side, you could use a target.options.post_sql, to convert the json values into native array.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@matanper
Comment options

@flarco
Comment options

Answer selected by matanper
@matanper
Comment options

@flarco
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants