Browse Source
- Fix zero-value timestamp filter bug: since/until with value 0 were being added as WHERE clauses, causing queries to match no events - Fix event parsing: use direct slice assignment instead of copy() on nil slices for ID, Pubkey, and Sig fields Files modified: - pkg/neo4j/query-events.go: Fix buildCypherQuery and parseEventsFromResult Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>main v0.49.1
2 changed files with 9 additions and 9 deletions
Loading…
Reference in new issue