From 10306b0cd07be4cfb6081b96e26f029508c6ed4e Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Thu, 25 Dec 2025 19:56:47 +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 c89032feb..9255902b0 100644 --- a/docs/todo/4-DBAL-TODO.md +++ b/docs/todo/4-DBAL-TODO.md @@ -6,7 +6,7 @@ - [ ] Add connection pooling configuration options to TypeScript adapters - [ ] 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`) +- [x] Complete blob storage adapter implementation (`dbal/ts/src/blob/index.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)