diff --git a/src/content/docs/get-started/bun-sql-new.mdx b/src/content/docs/get-started/bun-sql-new.mdx
index 7aeb9b50..b7834371 100644
--- a/src/content/docs/get-started/bun-sql-new.mdx
+++ b/src/content/docs/get-started/bun-sql-new.mdx
@@ -26,11 +26,6 @@ import ConnectBun from '@mdx/get-started/postgresql/ConnectBun.mdx';
- **Bun SQL** - native bindings for working with PostgreSQL databases - [read here](https://bun.sh/docs/api/sql)
-
-In version `1.2.0`, Bun has issues with executing concurrent statements, which may lead to errors if you try to run several queries simultaneously.
-We've created a [github issue](https://github.com/oven-sh/bun/issues/16774) that you can track. Once it's fixed, you should no longer encounter any such errors on Bun's SQL side
-
-
#### Step 1 - Install required packages
@@ -68,4 +63,4 @@ We've created a [github issue](https://github.com/oven-sh/bun/issues/16774) that
To run a script with `bun`, use the following command:
```bash copy
bun src/index.ts
-```
\ No newline at end of file
+```