Kevin Wooten
Kevin Wooten
@defaste What is the full `localeValue` string passed to `Locales.parseLocale`?
> What was changed? > > To fix these issues, it was decided to map the problematic "Norwegian (Bokmål)_Norway" locale name to an alias of the same locale that Windows...
@defaste Can you remove the version change... I cannot merge until the local remap is the only change.
Unless things have changed, the pgjdbc test suite relies upon the fact that the connection's `finalize` closes the connection; which in turn closes all the statements, result sets, etc. Many,...
@JTEgan Thanks for the contribution. Can you add a test cast in `ArrayTest` to verify this?
Hi @FrostbittenKing thanks for reporting, the issues you reference are probably woefully out of date with regard to documentation (we don't even use the wiki any longer). Can you provide...
@normanmaurer I know you're a busy man but was wondering if you might weigh in here. I can elaborate on the performance issues we see (raised in #349) if need...
@jesperpedersen I **hacked** together a simple `Socket` based implementation that uses a reader thread per connection and checked it into a branch here 60778131164a877de148af0059f0620f6da4b5ec. This hack alone gets makes `ng`...
@jesperpedersen @davecramer After the lengthy investigation & discussion in #349... wondering if you guys have seen this https://openjdk.java.net/jeps/353? If `java.net.Socket` is soon to be built on NIO then any performance...
FYI JEP353 is implemented in JDK13