Fork me on GitHub
#sql
<
2022-02-14
>
lvh03:02:04

I have a question I think is halfway between regular #clojure and SQL; I’m trying to create a custom function with org.xerial.sqlite; that means using https://www.javadoc.io/doc/org.xerial/sqlite-jdbc/3.15.1/org/sqlite/Function.html#args-- ; I think I can’t use proxy because result and value_* are all protected , which is pretty annoying. I think I might be able to hack around this with reflection but man it’d be nice if i didn’t have to :) anyway: 1. does this sound right? 2. has anyone else implemented this already?