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

XML parsing errors reported as `XX000` when DOM API is used #481

Closed jcflack closed 2 months ago

jcflack commented 3 months ago

An XML parsing error, such as a reference to an undeclared entity, is wrapped as an SQLDataException and code 22000 if using the SAX or StAX API, but is wrapped as a generic SQLException with code XX000 if using the DOM API.

jcflack commented 2 months ago

Believed resolved in 1.6.7.