In sqldelight, if i store a date and create a conv...
# squarelibraries
m
In sqldelight, if i store a date and create a converter for it (LocalDate for instance). then in my query, i do something like: “SELECT * where date(:date, ‘unixEpoch’) …“, the date argument gets generated as Long, not as LocalDate. I’m guessing this is expected, because there is really no way of inferring the type. OR i am wrong, and this is something the parser could be improved on ?