Hello,
I have a particular workflow that uses lists quite heavily. It works fine but when it comes to stuffing things to MySQL in the end, there is no way (that I could find) to write and then later read them back from MySQL. so I am just nulling it on the MySQL side at the moment but is there an easy way to get this to work?
Disclaimer: I am lazy. I don't want to have to create shadow copies of all my metadata where the list fields are normal strings and I concat to write or read from db and split later into proper lists. I kind of want to have this work as-is. I am happy to fiddle with drivers, extra jar files and what not if there is such a solution.
Cheers,
uykusuZzZz
I have a particular workflow that uses lists quite heavily. It works fine but when it comes to stuffing things to MySQL in the end, there is no way (that I could find) to write and then later read them back from MySQL. so I am just nulling it on the MySQL side at the moment but is there an easy way to get this to work?
Disclaimer: I am lazy. I don't want to have to create shadow copies of all my metadata where the list fields are normal strings and I concat to write or read from db and split later into proper lists. I kind of want to have this work as-is. I am happy to fiddle with drivers, extra jar files and what not if there is such a solution.
Cheers,
uykusuZzZz
Comments (1)