From e0f928eb1f298a76d11d9a1ac41c474ab31af20a Mon Sep 17 00:00:00 2001 From: Ahmed Adel Date: Tue, 12 Mar 2024 14:44:30 +0000 Subject: [PATCH] doc: Adding compatibility section --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c841e..a179647 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A [SQLAlchemy](https://www.sqlalchemy.org/) dialect for Apache Solr. ## Requirements -The driver is compatible with Solr version 6.5 and higher. Aliases support is compatible with Solr version 6.6 and higher. +The dialect is compatible with Solr version 6.0 and higher. ## Installation @@ -151,6 +151,14 @@ Open-ended date ranges are supported. For example: translates to `[2024-01-01T00:00:00Z TO *]` +## Compatibility + +| Feature | 6.0 | 6.5 | 6.6 | 7.x | 8.x | 9.x | +|----------------------------------|-----|-----|-----|-----|-----|-----| +| Aliases | ✗ | ✗ | ✓ | ✓ | ✓ | ✓ | +| Built-in date range compilation | ✗ | ✗ | ✗ | ✗ | ✗ | ✓ | +| `SELECT` _expression_ statements | ✗ | ✓ | ✓ | ✓ | ✓ | ✓ | + ## Use Cases ### Apache Superset