Philippe Marschall
Philippe Marschall
Since you currently seem to be merging pull requests of features is there something I can do to get this merged?
@davecramer done
the openjdk6 tests fail with ``` *** buffer overflow detected ***: /usr/lib/jvm/java-6-openjdk-amd64/bin/java terminated ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7fbd03d12db7] /lib/x86_64-linux-gnu/libc.so.6(+0x10bcb0)[0x7fbd03d11cb0] /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so(Java_java_net_Inet4AddressImpl_getLocalHostName+0x1a0)[0x7fbcf821bdf0] ``` this seems unrelated to this change
Do you have any guidance on implementing date time ranges? Would you be willing to accept a solution that works only on Java 8+ (the types would be simply missing...
I rebased the commit and implemented all the requested changes. The coverage build fails because the python script can't connect to the server. I believe this is unrelated to my...
How can I help to get this reviewed and merged?
@davecramer Who is eligible as a reviewer? Where can I find them? Gitter? pgsql-jdbc?
@JWGmeligMeyling I'm just toying around with it locally but I can see several places where it would be useful within our application. There was a presentation about range types at...
> x [Build pgjdbc 1.0.471 failed](https://ci.appveyor.com/project/davecramer/pgjdbc/builds/28064190) (commit [08b3714](https://github.com/pgjdbc/pgjdbc/commit/08b3714678) by @marschall) I don't know why ``` IsValidTest.testIsValidRemoteClose:100 The first connection should now be invalid ``` fails on AppVeyor, it succeeds everywhere...
I was no longer working on it because to my understanding what was blocking it were not technical issues but a missing review and approval. I rebased the branch. I...