diff --git a/src/content/docs/connect-bun-sql.mdx b/src/content/docs/connect-bun-sql.mdx
index fcd63086..a76d3cdf 100644
--- a/src/content/docs/connect-bun-sql.mdx
+++ b/src/content/docs/connect-bun-sql.mdx
@@ -18,11 +18,6 @@ According to the **[official website](https://bun.sh/)**, Bun is a fast all-in-o
Drizzle ORM natively supports **[`bun sql`](https://bun.sh/docs/api/sql)** module and it's crazy fast 🚀
-
-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 packages
drizzle-orm
@@ -51,4 +46,4 @@ const db = drizzle({ client });
#### What's next?
-
\ No newline at end of file
+