claude-memory/graph/fixes/added-default-order-by-id-to-mlbplayerselect-endpoint-0670d2.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

542 B

id type title tags importance confidence created updated
0670d2c7-f7bf-4244-bc9a-71d4a9a1130e fix Added default ORDER BY id to MlbPlayer.select() endpoint
paper-dynasty
postgresql
migration
orm
ordering
0.6 0.8 2026-02-01T01:29:45.531216+00:00 2026-02-01T01:29:45.531216+00:00

Added .order_by(MlbPlayer.id) to the GET /mlbplayers list endpoint (line 85 in mlbplayers.py). This ensures consistent row ordering for PostgreSQL migration compatibility and prevents non-deterministic results across database backends.