From 3766ae3d3c2673762d37f8a9466780b173f87cd4 Mon Sep 17 00:00:00 2001 From: Leo Folsom Date: Wed, 7 Feb 2024 13:42:03 -0800 Subject: [PATCH] clarify that SQL Server support is limited --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4353f00a..9a458787 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Check out [documentation](https://docs.datafold.com/reference/open_source/cli) f | Redshift | 🟢 | `redshift://:@:5439/` | | DuckDB | 🟢 | `duckdb://` | | MotherDuck | 🟢 | `duckdb://` | -| Microsoft SQL Server | 🟢 | `mssql://:@//` | +| Microsoft SQL Server* | 🟢 | `mssql://:@//` | | Oracle | 🟡 | `oracle://:@/servive_or_sid` | | Presto | 🟡 | `presto://:@:8080/` | | Databricks | 🟡 | `databricks://:@//` | @@ -175,6 +175,7 @@ Check out [documentation](https://docs.datafold.com/reference/open_source/cli) f | Pinot | 📝 | | | Druid | 📝 | | | | SQLite | 📝 | | +*MS SQL Server support is limited, with known performance issues that are addressed in Datafold Cloud. * 🟢: Implemented and thoroughly tested. * 🟡: Implemented, but not thoroughly tested yet.