For SQLDelight… Do ColumnAdapters support nullable...
# squarelibraries
c
For SQLDelight… Do ColumnAdapters support nullable types? I have a date,
sentDate
which can be null if the sending event hasn’t triggered yet. It looks like there is a closed issue so I’m assuming nullable types aren’t supported by wanted to check: https://github.com/cashapp/sqldelight/issues/145
Also we are converting to an OffsetDateTime from a String