claude-memory/graph/fixes/added-default-ordering-to-stratplay-list-endpoint-e22444.md
Cal Corum 34bb613c57 Add 20 retroactive edges and sync pending memory updates
- 20 new high-quality edges across 8 project clusters
- Edge types: BUILDS_ON, RELATED_TO, ALTERNATIVE_TO, REQUIRES
- Updated relation metadata on connected memories
- New episode entries and memory files from recent sessions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 23:34:07 -06:00

755 B

id type title tags importance confidence created updated relations
e2244428-f4e6-4f62-ab84-f81e395a8473 fix Added default ordering to StratPlay list endpoint
paper-dynasty
postgresql
migration
0.6 0.8 2026-02-01T01:31:38.558200+00:00 2026-02-20T04:32:26.261595+00:00
target type direction strength edge_id
1679f2be-c8ff-4762-99b1-0978bd753c47 RELATED_TO incoming 0.85 1f4f5437-82b5-4e47-86ae-808a913cabaa

Added .order_by(StratPlay.id) to StratPlay.select() in the GET list endpoint (line 180 of stratplays.py). This ensures consistent row ordering when querying StratPlay records, which is critical for PostgreSQL compatibility where result ordering is not guaranteed without explicit ORDER BY clause.