Fork me on GitHub
#sql
<
2020-10-19
>
jjttjj20:10:45

with clojure.jdbc.next, using posgres, if I have a column that specifies nulls are allowed, I should just be able to insert nil in place of a value using insert-multi! right? edit: hmmm ok this works when i tried to make a minimal case, must be something else nvm i trying to pass a (usually null) string as a numeric type