27e09a77d6c9e706320488e2a9bb32c406d89190
When :search or :effort are null, Hibernate passes untyped bind parameters that PostgreSQL infers as bytea, causing `lower(bytea) does not exist`. Explicit CAST(… AS string) tells Hibernate to bind them as varchar. Also fixes the bcrypt hash in V100 dev seed (was wrong, dev/dev now works). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
HTML
62.1%
Java
18.5%
TypeScript
12%
Svelte
7.1%
CSS
0.2%