sqlize-value
does not SQLize Dates, Instants, etc. correctly
#419
Labels
sqlize-value
does not SQLize Dates, Instants, etc. correctly
#419
Since
sqlize-value
falls back tostr
when the type is not specially handled, some things that need to be quoted aren't:I see that there's a special case for
java.util.UUID
s but it does seem like adding special cases could quickly get unwieldy. Would it be excessive to introduce a protocol that allows for extension ofsqlize-value
? Otherwise adding fixes will quickly become a game of Whac-A-Mole 😆The text was updated successfully, but these errors were encountered: