Skip to content

Commit 230bd90

Browse files
author
Jesse Seldess
committed
Remove reference to 1.0 roadmap and update collation support
1 parent 0ead171 commit 230bd90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

learn-cockroachdb-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toc: false
66

77
This page walks you through some of the most essential CockroachDB SQL statements. For a complete list and related details, see [SQL Statements](sql-statements.html).
88

9-
{{site.data.alerts.callout_info}}CockroachDB aims to provide standard SQL with extensions, but some standard SQL functionality is not yet available. See our <a href="https://github.com/cockroachdb/cockroach/issues/12854">1.0 Product Roadmap</a> and <a href="sql-feature-support.html">SQL Feature Support</a> page for more details.{{site.data.alerts.end}}
9+
{{site.data.alerts.callout_info}}CockroachDB aims to provide standard SQL with extensions, but some standard SQL functionality is not yet available. See our <a href="sql-feature-support.html">SQL Feature Support</a> page for more details.{{site.data.alerts.end}}
1010

1111
<div id="toc"></div>
1212

sql-feature-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ table tr td:nth-child(2) {
3434
| `BYTES` || CockroachDB Extension | [`BYTES` documentation](bytes.html) |
3535
| Automatic key generation || Common Extension | [`SERIAL` documentation](serial.html) |
3636
| `STRING`, `CHARACTER` || Standard | [`STRING` documentation](string.html) |
37-
| `COLLATE` | Partial | Standard | [`COLLATE` documentation](collate.html) |
37+
| `COLLATE` | | Standard | [`COLLATE` documentation](collate.html) |
3838
| `AUTO INCREMENT` | Alternative | Common Extension | [`SERIAL`](serial.html) replaces support for this component. |
3939
| Key-value pairs | Alternative | Extension | [Key-Value FAQ](frequently-asked-questions.html#can-i-use-cockroachdb-as-a-key-value-store) |
4040
| Arrays | Planned | Standard | [GitHub Issue tracking array support](https://github.com/cockroachdb/cockroach/issues/2115) |
@@ -139,7 +139,7 @@ table tr td:nth-child(2) {
139139
| Scalar subqueries | Partial | Standard | Non-correlated subqueries are [supported](sql-expressions.html#scalar-subqueries); correlated are not. Currently works only with small data sets. |
140140
| Bitwise arithmetic || Common Extension | [Operators documentation](sql-expressions.html#unary-and-binary-operations) |
141141
| Array constructors and subscripting | Partial | PostgreSQL Extension | Array expression documentation: [Constructor syntax](sql-expressions.html#array-constructors) and [Subscripting](sql-expressions.html#subscripted-expressions) |
142-
| `COLLATE`| Partial | Standard | [Collation expressions documentation](sql-expressions.html#collation-expressions) |
142+
| `COLLATE`| | Standard | [Collation expressions documentation](sql-expressions.html#collation-expressions) |
143143
| Column ordinal references || CockroachDB Extension | [Column references documentation](sql-expressions.html#column-references) |
144144
| Type annotations || CockroachDB Extension | [Type annotations documentation](sql-expressions.html#explicitly-typed-expressions) |
145145

0 commit comments

Comments
 (0)