java: return empty string instead of null for error messages
PreparedStatement.getErrorMessage() and QueryResult.getErrorMessage() now return "" when the native side returns null (no error set), keeping the contract consistent with callers that do string comparisons.
A
Arun Sharma committed
d384bc245ab204aca1210bf2157e969e60d57f43
Parent: 97c9fc1
Committed by adsharma <658691+adsharma@users.noreply.github.com>
on 3/31/2026, 6:44:08 PM