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
242 stars 77 forks source link

Disable failing CI test until an issue 434 fix #436

Closed jcflack closed 1 year ago

jcflack commented 1 year ago

See issue #434.

In passing, also add semicolons where jshell is (sometimes) lax about them. It is sometimes handy to use copy/paste from these test scripts into a live jshell, and its tolerance of missing semicolons can be diminished then.

Refactoring the github and appveyor CI scripts to share one copy of the jshell script would be a fine thing.