with clojure.jdbc.next, using posgres, if I have a column that specifies nulls are allowed, I should just be able to insert nvm i trying to pass a (usually null) string as a numeric typenil
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