From 4c6c72dc5bef29846e7f92dc8dac42cb5bd615c8 Mon Sep 17 00:00:00 2001 From: dimgigov Date: Sun, 17 May 2026 03:50:57 +0300 Subject: [PATCH] docs(plan): mark 9.1.2 as complete --- PLAN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLAN.md b/PLAN.md index 214efb0..473296e 100644 --- a/PLAN.md +++ b/PLAN.md @@ -136,7 +136,7 @@ | # | Задача | Оценка | Статус | |---|--------|--------|--------| | 9.1.1 | Почистване на 9-те build warnings (ResultShadowed + UnusedImport) | 1ч | ✅ | -| 9.1.2 | Issue #6: Aggregate column names (`count(*)` → `count(*)`, `max(id)` → `max(id)`) | 2ч | 🔄 | +| 9.1.2 | Issue #6: Aggregate column names (`count(*)` → `count(*)`, `max(id)` → `max(id)`) | 2ч | ✅ | | 9.1.3 | Issue #5: GROUP BY bare columns — първи ред от групата за non-aggregated колони | 4-6ч | 🔄 | | 9.1.4 | Issue #7+8: Решение за async vs sync client + thread safety | 2ч | 🔄 | | 9.1.5 | Regression тестове за всички 10 deficiencies | 2ч | 🔄 |