lucidsoftware / relate

Performant database access in Scala
http://lucidsoftware.github.io/relate/
Apache License 2.0
161 stars 15 forks source link

List of Byte Array bug #77

Open palanga opened 1 year ago

palanga commented 1 year ago

76

The conversion of a List[Array[Byte]] doesn't work as expected (it did in previous versions).

tmccombs commented 1 year ago

which previous version did it work in?

gregghz commented 1 year ago

How does it "not work"?

palanga commented 1 year ago

@tmccombs we where using 2.1.1 with scala 2.12. We had to upgrade to 3.0.0 when we upgraded to 2.13 and this stopped working.