Clean up database systems (#1120)
This commit is contained in:
parent
a159095c4e
commit
ca6e1c5df5
|
|
@ -0,0 +1,12 @@
|
|||
change_type: breaking
|
||||
|
||||
component: db
|
||||
|
||||
note: |
|
||||
Clean up `db.system` enum members:
|
||||
|
||||
- remove `firstsql`, `mssqlcompact`, and `cloudscape` as the corresponding databases are discontinued.
|
||||
- rename `cache` to `intersystems_cache`
|
||||
- remove `coldfusion` as it is not a database.
|
||||
|
||||
issues: [1110]
|
||||
|
|
@ -60,14 +60,14 @@ If a parameter has no name and instead is referenced only by index, then `<key>`
|
|||
`db.system` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
|
||||
|
||||
| Value | Description | Stability |
|
||||
| --------------- | -------------------------------------------------- | ---------------------------------------------------------------- |
|
||||
| -------------------- | --------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
|
||||
| `adabas` | Adabas (Adaptable Database System) |  |
|
||||
| `cache` | InterSystems Caché |  |
|
||||
| `cache` | Deprecated, use `intersystems_cache` instead. | <br>Replaced by `intersystems_cache`. |
|
||||
| `cassandra` | Apache Cassandra |  |
|
||||
| `clickhouse` | ClickHouse |  |
|
||||
| `cloudscape` | Cloudscape |  |
|
||||
| `cloudscape` | Deprecated, use `other_sql` instead. | <br>Replaced by `other_sql`. |
|
||||
| `cockroachdb` | CockroachDB |  |
|
||||
| `coldfusion` | ColdFusion IMQ |  |
|
||||
| `coldfusion` | Deprecated, no replacement at this time. | <br>Removed. |
|
||||
| `cosmosdb` | Microsoft Azure Cosmos DB |  |
|
||||
| `couchbase` | Couchbase |  |
|
||||
| `couchdb` | CouchDB |  |
|
||||
|
|
@ -78,7 +78,7 @@ If a parameter has no name and instead is referenced only by index, then `<key>`
|
|||
| `elasticsearch` | Elasticsearch |  |
|
||||
| `filemaker` | FileMaker |  |
|
||||
| `firebird` | Firebird |  |
|
||||
| `firstsql` | FirstSQL |  |
|
||||
| `firstsql` | Deprecated, use `other_sql` instead. | <br>Replaced by `other_sql`. |
|
||||
| `geode` | Apache Geode |  |
|
||||
| `h2` | H2 |  |
|
||||
| `hanadb` | SAP HANA |  |
|
||||
|
|
@ -90,12 +90,13 @@ If a parameter has no name and instead is referenced only by index, then `<key>`
|
|||
| `ingres` | Ingres |  |
|
||||
| `instantdb` | InstantDB |  |
|
||||
| `interbase` | InterBase |  |
|
||||
| `intersystems_cache` | InterSystems Caché |  |
|
||||
| `mariadb` | MariaDB |  |
|
||||
| `maxdb` | SAP MaxDB |  |
|
||||
| `memcached` | Memcached |  |
|
||||
| `mongodb` | MongoDB |  |
|
||||
| `mssql` | Microsoft SQL Server |  |
|
||||
| `mssqlcompact` | Microsoft SQL Server Compact |  |
|
||||
| `mssqlcompact` | Deprecated, Microsoft SQL Server Compact is discontinued. | <br>Removed, use `other_sql` instead. |
|
||||
| `mysql` | MySQL |  |
|
||||
| `neo4j` | Neo4j |  |
|
||||
| `netezza` | Netezza |  |
|
||||
|
|
|
|||
|
|
@ -146,12 +146,9 @@ If a database operation involved multiple network calls (for example retries), t
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `adabas` | Adabas (Adaptable Database System) |  |
|
||||
| `cache` | InterSystems Caché |  |
|
||||
| `cassandra` | Apache Cassandra |  |
|
||||
| `clickhouse` | ClickHouse |  |
|
||||
| `cloudscape` | Cloudscape |  |
|
||||
| `cockroachdb` | CockroachDB |  |
|
||||
| `coldfusion` | ColdFusion IMQ |  |
|
||||
| `cosmosdb` | Microsoft Azure Cosmos DB |  |
|
||||
| `couchbase` | Couchbase |  |
|
||||
| `couchdb` | CouchDB |  |
|
||||
|
|
@ -162,7 +159,6 @@ If a database operation involved multiple network calls (for example retries), t
|
|||
| `elasticsearch` | Elasticsearch |  |
|
||||
| `filemaker` | FileMaker |  |
|
||||
| `firebird` | Firebird |  |
|
||||
| `firstsql` | FirstSQL |  |
|
||||
| `geode` | Apache Geode |  |
|
||||
| `h2` | H2 |  |
|
||||
| `hanadb` | SAP HANA |  |
|
||||
|
|
@ -174,12 +170,12 @@ If a database operation involved multiple network calls (for example retries), t
|
|||
| `ingres` | Ingres |  |
|
||||
| `instantdb` | InstantDB |  |
|
||||
| `interbase` | InterBase |  |
|
||||
| `intersystems_cache` | InterSystems Caché |  |
|
||||
| `mariadb` | MariaDB |  |
|
||||
| `maxdb` | SAP MaxDB |  |
|
||||
| `memcached` | Memcached |  |
|
||||
| `mongodb` | MongoDB |  |
|
||||
| `mssql` | Microsoft SQL Server |  |
|
||||
| `mssqlcompact` | Microsoft SQL Server Compact |  |
|
||||
| `mysql` | MySQL |  |
|
||||
| `neo4j` | Neo4j |  |
|
||||
| `netezza` | Netezza |  |
|
||||
|
|
|
|||
|
|
@ -144,12 +144,9 @@ If a parameter has no name and instead is referenced only by index, then `<key>`
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `adabas` | Adabas (Adaptable Database System) |  |
|
||||
| `cache` | InterSystems Caché |  |
|
||||
| `cassandra` | Apache Cassandra |  |
|
||||
| `clickhouse` | ClickHouse |  |
|
||||
| `cloudscape` | Cloudscape |  |
|
||||
| `cockroachdb` | CockroachDB |  |
|
||||
| `coldfusion` | ColdFusion IMQ |  |
|
||||
| `cosmosdb` | Microsoft Azure Cosmos DB |  |
|
||||
| `couchbase` | Couchbase |  |
|
||||
| `couchdb` | CouchDB |  |
|
||||
|
|
@ -160,7 +157,6 @@ If a parameter has no name and instead is referenced only by index, then `<key>`
|
|||
| `elasticsearch` | Elasticsearch |  |
|
||||
| `filemaker` | FileMaker |  |
|
||||
| `firebird` | Firebird |  |
|
||||
| `firstsql` | FirstSQL |  |
|
||||
| `geode` | Apache Geode |  |
|
||||
| `h2` | H2 |  |
|
||||
| `hanadb` | SAP HANA |  |
|
||||
|
|
@ -172,12 +168,12 @@ If a parameter has no name and instead is referenced only by index, then `<key>`
|
|||
| `ingres` | Ingres |  |
|
||||
| `instantdb` | InstantDB |  |
|
||||
| `interbase` | InterBase |  |
|
||||
| `intersystems_cache` | InterSystems Caché |  |
|
||||
| `mariadb` | MariaDB |  |
|
||||
| `maxdb` | SAP MaxDB |  |
|
||||
| `memcached` | Memcached |  |
|
||||
| `mongodb` | MongoDB |  |
|
||||
| `mssql` | Microsoft SQL Server |  |
|
||||
| `mssqlcompact` | Microsoft SQL Server Compact |  |
|
||||
| `mysql` | MySQL |  |
|
||||
| `neo4j` | Neo4j |  |
|
||||
| `netezza` | Netezza |  |
|
||||
|
|
|
|||
|
|
@ -36,12 +36,9 @@ These attributes are filled in for all DynamoDB request types.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `adabas` | Adabas (Adaptable Database System) |  |
|
||||
| `cache` | InterSystems Caché |  |
|
||||
| `cassandra` | Apache Cassandra |  |
|
||||
| `clickhouse` | ClickHouse |  |
|
||||
| `cloudscape` | Cloudscape |  |
|
||||
| `cockroachdb` | CockroachDB |  |
|
||||
| `coldfusion` | ColdFusion IMQ |  |
|
||||
| `cosmosdb` | Microsoft Azure Cosmos DB |  |
|
||||
| `couchbase` | Couchbase |  |
|
||||
| `couchdb` | CouchDB |  |
|
||||
|
|
@ -52,7 +49,6 @@ These attributes are filled in for all DynamoDB request types.
|
|||
| `elasticsearch` | Elasticsearch |  |
|
||||
| `filemaker` | FileMaker |  |
|
||||
| `firebird` | Firebird |  |
|
||||
| `firstsql` | FirstSQL |  |
|
||||
| `geode` | Apache Geode |  |
|
||||
| `h2` | H2 |  |
|
||||
| `hanadb` | SAP HANA |  |
|
||||
|
|
@ -64,12 +60,12 @@ These attributes are filled in for all DynamoDB request types.
|
|||
| `ingres` | Ingres |  |
|
||||
| `instantdb` | InstantDB |  |
|
||||
| `interbase` | InterBase |  |
|
||||
| `intersystems_cache` | InterSystems Caché |  |
|
||||
| `mariadb` | MariaDB |  |
|
||||
| `maxdb` | SAP MaxDB |  |
|
||||
| `memcached` | Memcached |  |
|
||||
| `mongodb` | MongoDB |  |
|
||||
| `mssql` | Microsoft SQL Server |  |
|
||||
| `mssqlcompact` | Microsoft SQL Server Compact |  |
|
||||
| `mysql` | MySQL |  |
|
||||
| `neo4j` | Neo4j |  |
|
||||
| `netezza` | Netezza |  |
|
||||
|
|
|
|||
|
|
@ -97,7 +97,12 @@ groups:
|
|||
stability: experimental
|
||||
- id: cache
|
||||
value: 'cache'
|
||||
brief: 'InterSystems Caché'
|
||||
deprecated: "Replaced by `intersystems_cache`."
|
||||
brief: "Deprecated, use `intersystems_cache` instead."
|
||||
stability: experimental
|
||||
- id: intersystems_cache
|
||||
value: 'intersystems_cache'
|
||||
brief: "InterSystems Caché"
|
||||
stability: experimental
|
||||
- id: cassandra
|
||||
value: 'cassandra'
|
||||
|
|
@ -109,7 +114,8 @@ groups:
|
|||
stability: experimental
|
||||
- id: cloudscape
|
||||
value: 'cloudscape'
|
||||
brief: 'Cloudscape'
|
||||
deprecated: "Replaced by `other_sql`."
|
||||
brief: "Deprecated, use `other_sql` instead."
|
||||
stability: experimental
|
||||
- id: cockroachdb
|
||||
value: 'cockroachdb'
|
||||
|
|
@ -117,7 +123,8 @@ groups:
|
|||
stability: experimental
|
||||
- id: coldfusion
|
||||
value: 'coldfusion'
|
||||
brief: 'ColdFusion IMQ'
|
||||
deprecated: "Removed."
|
||||
brief: "Deprecated, no replacement at this time."
|
||||
stability: experimental
|
||||
- id: cosmosdb
|
||||
value: 'cosmosdb'
|
||||
|
|
@ -161,7 +168,8 @@ groups:
|
|||
stability: experimental
|
||||
- id: firstsql
|
||||
value: 'firstsql'
|
||||
brief: 'FirstSQL'
|
||||
deprecated: "Replaced by `other_sql`."
|
||||
brief: "Deprecated, use `other_sql` instead."
|
||||
stability: experimental
|
||||
- id: geode
|
||||
value: 'geode'
|
||||
|
|
@ -229,7 +237,8 @@ groups:
|
|||
stability: experimental
|
||||
- id: mssqlcompact
|
||||
value: 'mssqlcompact'
|
||||
brief: 'Microsoft SQL Server Compact'
|
||||
deprecated: "Removed, use `other_sql` instead."
|
||||
brief: "Deprecated, Microsoft SQL Server Compact is discontinued."
|
||||
stability: experimental
|
||||
- id: mysql
|
||||
value: 'mysql'
|
||||
|
|
|
|||
Loading…
Reference in New Issue