tada / pljava

PL/Java is a free add-on module that brings Java™ Stored Procedures, Triggers, Functions, Aggregates, Operators, Types, etc., to the PostgreSQL™ backend.
http://tada.github.io/pljava/
Other
238 stars 77 forks source link

Let the `Node` test harness use either PGJDBC or pgjdbc-ng #467

Closed jcflack closed 9 months ago

jcflack commented 9 months ago

The PostgresNode-like test harness Easter egg included in the package jar has until now only supported pgjdbc-ng (and had some notes in the documentation about issues with PGJDBC that may have been observed at one time, but that I cannot reproduce or vouch for now). So, make the necessary changes in Node so that either driver can be used, and fix the documentation accordingly.