From b75ceea857d7112b59fefbf07a0920490b7a4325 Mon Sep 17 00:00:00 2001 From: Leo Folsom Date: Wed, 7 Feb 2024 14:12:35 -0800 Subject: [PATCH 1/2] clarify that SQL Server support is limited (#864) --- 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. From f2a1b8d12b88b22b1f35f0b378f5da2329ca5970 Mon Sep 17 00:00:00 2001 From: Leo Folsom Date: Wed, 7 Feb 2024 14:32:29 -0800 Subject: [PATCH 2/2] formatting update to readme (#865) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a458787..82dff770 100644 --- a/README.md +++ b/README.md @@ -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.