Étienne BERSAC
Étienne BERSAC
@davecramer If you want, i can split refactor and feat so that I can implement pg_service.conf file without env vars.
@davecramer good point. The idea of JDBC might be to let implementation fit the expected behaviour of their ecosystem. Thus pgJDBC users expects pgJDBC to behave like libpq. As a...
Hmm, looks like i broke the doc. How do you compile docs locally ? What is the maven phrase for this ?
@vlsi thanks !
I don't know how to deal this error on https://travis-ci.org/pgjdbc/pgjdbc/jobs/397361889 : ``` +sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 Executing: /tmp/tmp.ZQ3wxvwRHG/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 gpg: requesting key 219BD9C9 from...
Rebased. @davecramer @vlsi can you give me some hint on what to do next ?
@vlsi ok, le'ts remove the WIP !
@vlsi this is a new feature, the `connect()` behaviour is preserved. But yes, the refactoring is quite invasive, thus `DriverTest` is untouched to keep from regressions.
I reviewed all travis failure. It's always a network failure while setting up test env.
Hi, I started a project named `pgjdbc-pq`. It's a jdbc driver that is a factory of pgJDBC, implementing pq-style configuration. As of now, it supports `PG*` environment variables (more than...