Brian Bober

Results 7 comments of Brian Bober

For the thousands of others reading this that are up against the same brick wall, before jumping to another library: I had the most luck using a straight Hibernate Session...

Follow-up: I thought I should say what I ended up with. It turned out I didn't need setParameterList, but some of you may... Since this is for postgres, you may...

If you absolutely run up against a wall, you can do something like this and then just toss it into the sql directly (again, postgres) ``` private String getFormattedArray(Collection dates)...

Same issue with this code. This can be resolved by using the triple backtick, however clicking "" in the rich text editor only gives a single backtick ` create or...

This is still happening with VS 17.14.12

Thank you all for the workaround. I imagine I was not alone being up part of the night unblocking QA by temporarily disabling CI tests as a build gate so...

One thing we're doing now that may be helpful for others is that we are now controlling the docker image version we will be using with a configuration variable (and...