Files
cameleer-saas/src
hsiegeln 247ec030e5
All checks were successful
CI / build (push) Successful in 51s
CI / docker (push) Successful in 31s
fix: use COALESCE in audit JPQL to prevent lower(bytea) error
Hibernate passes null search param as bytea type, causing PostgreSQL
to fail on LOWER(bytea). COALESCE converts null to empty string.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 13:21:20 +02:00
..