memos/store/db
Steven 2b19d8a969 fix(tests): update PAT tests to accept both custom and SQL errors
The PostgreSQL implementation returns 'PAT not found' when no rows match,
while SQLite/MySQL return 'sql: no rows in result set' from QueryRowContext.

Both behaviors are correct - the key fix is that PostgreSQL no longer
throws JSONB errors on missing/malformed data.

Changes:
- Update test assertions to accept either error type
- Fix comment punctuation for godot linter
- Maintain backward compatibility across all database drivers
2026-02-09 21:09:19 +08:00
..
mysql chore: remove redundant tests 2026-01-20 09:12:36 +08:00
postgres fix(tests): update PAT tests to accept both custom and SQL errors 2026-02-09 21:09:19 +08:00
sqlite fix: add Unicode case-insensitive search for SQLite (#5559) 2026-02-02 21:10:07 +08:00
db.go refactor: clean packages 2025-05-29 21:44:43 +08:00