i am using sqldelight & postgres and I’m havin...
# squarelibraries
w
i am using sqldelight & postgres and I’m having trouble querying a column with type
Copy code
TIMESTAMP[] AS List<Instant> NOT NULL
I am getting
Copy code
class [Ljava.sql.Timestamp; cannot be cast to class [Ljava.time.LocalDateTime; ([Ljava.sql.Timestamp; is in module java.sql of loader 'platform'; [Ljava.time.LocalDateTime; is in module java.base of loader 'bootstrap')
I made a issue, but any ideas?
g