Fork me on GitHub
#sql
<
2021-01-30
>
richiardiandrea01:01:40

Hi all, I am trying to do a conversion from InputStream to Postgres' BYTEA - I am using clojure.java.jdbc - would ISQLParameter still the way to go?

seancorfield01:01:24

@richiardiandrea Sounds right to me...

👍 4
richiardiandrea01:01:15

on second thought, I think I don't actually want to set this as a global conversion - by this I mean InputStream -> BYTEA... I might just try to use the set-parameter

richiardiandrea01:01:18

this does not play well with sqlvec and its params though