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

custom String type refactor to StringPL (fixes broken MVSC windows builds) #423

Closed tran4o closed 1 year ago

tran4o commented 1 year ago

it seems that the String literal is defined in windows wit visual studio c compiler. I had to rename the struct from String to StringPL to get the build working