Dirk Steinkamp
Dirk Steinkamp
I found a generic way to implement my upsert: ``` if (session.update(dto) == 0) { session.insert(dto); } ``` This could be added as an out-of-the-box solution, though I'm happy with...
Can't confirm it's always reporting '1' -- it rather reports the number of affected rows, as JDBC does. I"m not implementing Persistable yet. But it's a good point to take...
Right now I'd looking for a generic way without needing to write individual SQLs for it, and as fetch() overwrites the original content, I'm not happy with that. It all...
So regarding this issue we're mainly talking about this method, right? (I also found some more `query`-methods and overloaded variations of `fetch`) `public T fetch(Class objectClass, Parameters parameters) ` I...
Hi @JamesHillyard, thanks for confirming the issue! I would like to provide an SSCCE-example, yet I don't know what the expected outcome should be -- would you say keeping the...
Hi @JamesHillyard, sorry, I was on vacation. Will see to provide something soon. Thanks, Dirk
I can confirm that being on version 3.0.4 selection of a folder that's not displayed after pressing "G" doesn't jump to the selected folder. I usually have selected to view...
Here's another idea for a workaround: Take a message from the goto folder, mark that message unread, change to the folder, mark the previously toggled message read.
Thanks for updating the hacks!!!! yet .... I turned on updates, didn't find an update, changed machine-id, and now get offered 2.14.3.1005 ... :-/
Thanks so much for updating it! Might it be that the transparency for the suspended-image disappeared? It's only a minor cosmetic issue, but I wanted to report it anyhow ;-)...