@grzm Whenever you're around and have some free time, I'd like to pick your brains about PostgreSQL stored procedures (I think you're the right person to ask?).
@seancorfield Definitely interested in talking. Would you be open to a call or zoom session or an email thread?
Thanks. Yeah, email would probably be best since I can share code etc. I'm <mailto:sean@corfield.org|sean@corfield.org> and this is my starting point for stored procs https://github.com/seancorfield/next-jdbc/blob/multi-rs/test/next/jdbc/test_fixtures.clj#L152-L180 -- PG accepts that but doesn't even give me a single ResultSet
back, just an update count of zero.
(and if anyone else here works with stored procedures regularly, I'd be interested in your feedback too -- since I'm working on supporting multiple result sets in next.jdbc
and I want to know what people's expectations would be around such a feature)