From 495748af3f3097593c5d9da420b4462e3478017f Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:11:43 +0100 Subject: [PATCH] docs(NoTicket): Clarify no transaction support in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f62622..38eab28 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ await engine.dispose() ## Limitations -1. Transactions are not supported since Firebolt database does not support them at this time. +1. Transactions are not supported right now. 1. Parametrised calls to execute and executemany are not implemented. ## Contributing