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

Support PostgreSQL v15 #413

Closed fmbiete closed 1 year ago

fmbiete commented 1 year ago

String is a PostgreSQL type, rename pljava String to PLJString

pcnc commented 1 year ago

@jcflack I gave it a test, it seems to be compiling and running as expected

jcflack commented 1 year ago

Thanks! My apologies, I've been consumed on other projects. I hope to resume work on this later in the week.

tayalarun1 commented 1 year ago

The 2 files changes works good. Thanks for solving the issue. Looking forward to incorporate this changes in release.

df7cb commented 1 year ago

Pulling this patch made the pljava Debian package compile against PG15.

laserscout commented 1 year ago

Would be great if this is merged soon

aadrian commented 1 year ago

Any news on merging this?

yrashk commented 1 year ago

It looks like this fix resolves the problem. 👍

jcflack commented 1 year ago

Continued in PR #437.