From f2198fa989a31406cb267ec0c0e2fe3703c56fa6 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Thu, 25 Dec 2025 19:50:05 +0000 Subject: [PATCH] docs: todo,dbal,4 (1 files) --- docs/todo/4-DBAL-TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/todo/4-DBAL-TODO.md b/docs/todo/4-DBAL-TODO.md index 3a953a46f..c89032feb 100644 --- a/docs/todo/4-DBAL-TODO.md +++ b/docs/todo/4-DBAL-TODO.md @@ -7,7 +7,7 @@ - [ ] Implement retry logic with exponential backoff for transient failures - [ ] Add query execution timeout configuration - [ ] Complete blob storage adapter implementation (`dbal/ts/src/blob/index.ts`) -- [ ] Add validation rules for all entity types (`dbal/ts/src/core/validation.ts`) +- [x] Add validation rules for all entity types (`dbal/ts/src/core/validation.ts`) - [ ] Implement batch operation support (bulk insert, bulk update, bulk delete) ## C++ Daemon