memos/store/db
Steven 424f11f227 fix(store): fix PostgreSQL tag filtering type inference error
Resolves issue where tag filtering in PostgreSQL databases failed with "operator does not exist: jsonb ~~ unknown" error. The hierarchical tag filtering feature introduced in commit 5e47f25b generated SQL with implicit type placeholders that PostgreSQL couldn't infer.

The fix explicitly casts the LIKE comparison placeholder to text (::text) in the PostgreSQL dialect, ensuring proper type resolution for the query parameter.

Fixes #5275

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 07:40:39 +08:00
..
mysql refactor: rename workspace to instance throughout codebase 2025-11-05 23:35:35 +08:00
postgres fix(store): fix PostgreSQL tag filtering type inference error 2025-11-26 07:40:39 +08:00
sqlite fix(security): implement security review recommendations (#5228) 2025-11-06 23:32:27 +08:00
db.go refactor: clean packages 2025-05-29 21:44:43 +08:00