hugsql

jumar 2018-04-10T14:21:28.000960Z

@bryan778 try to catch generic exception and print its type (println (class e)). You can also examine the cause of that exception: (.getCause e)

bmills 2018-04-10T14:27:01.000153Z

Will try that. One thing I noticed is if I just print the exception, I get a vector of two maps, each with a type. One is a generic exception and the other is the the postgres exception.