From 91adcccd54527bcad550b3322c710b053aac22ec Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 22 Jul 2025 09:04:20 +0200 Subject: [PATCH] fix(srv): fix broken table --- .../troubleshooting/connection-errors.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/serverless-sql-databases/troubleshooting/connection-errors.mdx b/pages/serverless-sql-databases/troubleshooting/connection-errors.mdx index 0a85df1a06..3360b6c564 100644 --- a/pages/serverless-sql-databases/troubleshooting/connection-errors.mdx +++ b/pages/serverless-sql-databases/troubleshooting/connection-errors.mdx @@ -142,7 +142,7 @@ This error happens when the SQL client you are using does not support the TLS Se ``` - If you cannot modify the connection string or optional connection parameters, upgrade or change your client library. Refer to the table below for the most common libraries and tools supporting SNI. - | Language | Library / Tool | SNI support | Workaround to Partial Support | +| Language | Library / Tool | SNI support | Workaround to Partial Support | |:--------:|:---------------------:|:-------------:|:-------------------------------------------------------------------------------:| | Nodejs | node-postgres | Yes | | | Nodejs | postgres.js | Yes | | @@ -159,4 +159,4 @@ This error happens when the SQL client you are using does not support the TLS Se | N/A | IntelliJ (SQL Module) | Yes | | | N/A | navicat | No | | | N/A | Stitch | No | | -| N/A | Terraform/OpenTofu | No | Terraform/OpenTofu includes an older lib/pq version (v1.10.3) which does not support SNI. | +| N/A | Terraform/OpenTofu | No | Terraform/OpenTofu includes an older lib/pq version (v1.10.3) which does not support SNI. |