Skip to content

Commit

Permalink
doc: Adding compatibility section
Browse files Browse the repository at this point in the history
  • Loading branch information
aadel committed Mar 14, 2024
1 parent b4bbfae commit e0f928e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e0f928e

Please sign in to comment.