jgrusewski
ff0e91cf95
Fix: SQLX type conversion in ml_performance_metrics.rs
Issue: Type mismatch between Decimal and BigDecimal in PnL recording
Root Cause: SQLX configured with rust_decimal, not bigdecimal
Fix: Remove ::numeric cast, use Decimal directly (SQLX native support)
Changes:
- Remove bigdecimal imports and conversion logic
- SQLX query now uses Decimal directly (line 114)
- Regenerated SQLX prepared query cache
- trading_service library compiles successfully
Testing:
- cargo check -p trading_service ✅ (library only)
- SQLX offline mode ✅ (queries cached)
- 35 warnings (non-blocking, clippy suggestions)
Status: Compilation blocker resolved → Wave 17 ready
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-17 09:47:24 +02:00
..
2025-10-16 22:27:14 +02:00
2025-10-16 08:18:42 +02:00
2025-10-16 07:27:34 +02:00
2025-10-13 13:30:02 +02:00
2025-10-12 02:05:59 +02:00
2025-10-17 02:36:07 +02:00
2025-10-15 22:10:56 +02:00
2025-10-01 22:17:41 +02:00
2025-10-16 23:50:21 +02:00
2025-10-17 09:47:24 +02:00
2025-10-11 17:06:02 +02:00
2025-10-11 17:06:02 +02:00