Fork me on GitHub
#luminus
<
2016-07-29
>
ricardo07:07:02

Re luminus and feedback loops: I’d agree with @yogthos. Given that Luminus is not a traditional framework, even if it became the de facto starting point, nothing stops people from trying out other things.

ricardo07:07:48

In my own case, I took out compojure and replaced it with bidi.

ricardo07:07:54

Not exactly a Luminus question, but there doesn’t seem to be a Postgres channel.

ricardo07:07:47

Postgres driver 9.4.1209 doesn’t contain a JDBC4Array. Neither does 9.4.1209.jre7. Can’t quite find when that was removed, or if it was split to a different library. Any ideas?

ricardo07:07:35

Last version I can find that explicitly refers to jdbc4 is the 9.4-1206-jdbc41 which Luminus currently references.

yogthos12:07:37

yeah that’s actually the reason I haven’t upgraded yet either, haven’t had a chance to see what happened there

ricardo12:07:35

Cool, so it’s not just me getting library blindness at this point.

curtis.summers15:07:55

@yogthos @ricardo : Here's the relevant issue stating that the JDBC4Array class is an internal API with the alternative being 'java.sql.Array: https://github.com/pgjdbc/pgjdbc/issues/559

yogthos15:07:47

So sounds like just have to refactor how arrays are handled in the luminus template then

curtis.summers15:07:38

I guess so. 😞

ricardo15:07:17

Thanks @curtis.summers And speaking of which, thanks for HugSQL too. 🙂

yogthos17:07:11

yeah HugSQL has been pretty awesome to work with 🙂