-
v1.5.8 Stable
released this
2026-04-02 10:53:36 +03:00 | 1 commits to main since this release- Set PRAGMA journal_mode=WAL + synchronous=NORMAL on SQLite open;
eliminates read blocking during background pricelist sync writes - Replace N+1 per-lot price loop in QuoteService local fallback with
GetLocalPricesForLots batch query (120 queries → 3 per price-levels call) - Add CountAllPricelistItems, CountComponents, DBFileSizeBytes to LocalDB
- Report local_pricelist_count, pricelist_items_count, components_count,
db_size_bytes in qt_client_schema_state for performance diagnostics
Downloads
- Set PRAGMA journal_mode=WAL + synchronous=NORMAL on SQLite open;