Skip to content

Commit

Permalink
other_sql as a replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jun 7, 2024
1 parent fdd963a commit e333b7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/attributes-registry/db.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If a parameter has no name and instead is referenced only by index, then `<key>`
| `cache` | Deprecated, use `intersystems_cache` instead. | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by `intersystems_cache`. |
| `cassandra` | Apache Cassandra | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `clickhouse` | ClickHouse | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `cloudscape` | Deprecated, use `derby` instead. | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by `derby`. |
| `cloudscape` | Deprecated, use `other_sql` instead. | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by `other_sql`. |
| `cockroachdb` | CockroachDB | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `coldfusion` | Deprecated, no replacement at this time. | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Removed. |
| `cosmosdb` | Microsoft Azure Cosmos DB | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
Expand All @@ -78,7 +78,7 @@ If a parameter has no name and instead is referenced only by index, then `<key>`
| `elasticsearch` | Elasticsearch | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `filemaker` | FileMaker | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `firebird` | Firebird | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `firstsql` | Deprecated, no replacement at this time. | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Removed. |
| `firstsql` | Deprecated, use `other_sql` instead. | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by `other_sql`. |
| `geode` | Apache Geode | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `h2` | H2 | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `hanadb` | SAP HANA | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
Expand Down
8 changes: 4 additions & 4 deletions model/registry/db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ groups:
stability: experimental
- id: cloudscape
value: 'cloudscape'
deprecated: "Replaced by `derby`."
brief: "Deprecated, use `derby` instead."
deprecated: "Replaced by `other_sql`."
brief: "Deprecated, use `other_sql` instead."
stability: experimental
- id: cockroachdb
value: 'cockroachdb'
Expand Down Expand Up @@ -168,8 +168,8 @@ groups:
stability: experimental
- id: firstsql
value: 'firstsql'
deprecated: "Removed."
brief: "Deprecated, no replacement at this time."
deprecated: "Replaced by `other_sql`."
brief: "Deprecated, use `other_sql` instead."
stability: experimental
- id: geode
value: 'geode'
Expand Down

0 comments on commit e333b7a

Please sign in to comment.