Greg Lowe
Greg Lowe
One approach would be to allow records to be spread into function and constructor calls. (I think this has been discussed here somewhere in another issue.) For example: ``` class...
Thanks for the input. I don't have a lot of time to work on this - so this isn't a promise. What I was thinking about doing is having two...
Sounds good to me.
If you're just using maps and don't need reflection, it's a pretty minimal change to remove the mirrors support. See: Rendered._getNamedProperty() Apologies I can't be of more help.
Thanks for this.
Oddly enough there is actually a test for milliseconds. But the test is buggy (it actually tests seconds), and as you've pointed out the implementation doesn't actually handle millis at...
Thanks for the feedback. I'm happy to take patches - but I am not planning on adding this at the moment. Good point about the connection pools and listen. I...
That makes sense. I guess this is a side effect of strict mode. I guess the workaround in the meantime is to catch the exception rather that using null. I...
From memory I believe I copied this behaviour from Hikari https://github.com/brettwooldridge/HikariCP . But it has been a while since I wrote it - so my memory is a bit hazy...
Thanks for digging into this. Perhaps the right thing to do is to add a setting called something like : closeLeakedConnectionsIfBusy I'm pretty snowed under with work at the moment,...