- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
542 B
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 |
|
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.