From 7bd466d682b8fd18ddffdc9f0e386ee250a6406e Mon Sep 17 00:00:00 2001 From: cijiugechu Date: Sat, 26 Oct 2024 02:05:31 +0800 Subject: [PATCH] docs: add changefile --- .changes/fix-sql-blocking.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/fix-sql-blocking.md diff --git a/.changes/fix-sql-blocking.md b/.changes/fix-sql-blocking.md new file mode 100644 index 00000000..518f02a5 --- /dev/null +++ b/.changes/fix-sql-blocking.md @@ -0,0 +1,5 @@ +--- +sql: patch +--- + +Replace `Mutex` with `RwLock` to enable concurrent SQL execution. \ No newline at end of file