You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/plugin
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>
7 months ago
..
cron refactor: use WaitGroup.Go to simplify code (#5162) 8 months ago
filter fix(store): fix PostgreSQL tag filtering type inference error 7 months ago
httpgetter refactor: attachment service part2 1 year ago
idp chore: add more logs for oauth2 1 year ago
markdown fix(markdown): fix UTF-8 truncation for CJK characters in snippet generation 7 months ago
storage/s3 feat: generate thumbnails for images stored in S3 and generate thumbnails with a maximum size (#5179) 8 months ago
webhook chore: fix linter 12 months ago