You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ optimizely: true
9
9
10
10
CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scales horizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data.
11
11
12
-
The project is currently in **Beta**. For details about upcoming features, see the [Roadmap](https://github.com/cockroachdb/cockroach/wiki).
12
+
The project is currently in **Beta**. For details about upcoming features, see the [1.0 Roadmap](https://github.com/cockroachdb/cockroach/issues/12854).
13
13
14
14
<br>
15
15
<divclass="row">
@@ -61,50 +61,50 @@ The project is currently in **Beta**. For details about upcoming features, see t
Copy file name to clipboardExpand all lines: learn-cockroachdb-sql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ toc: false
6
6
7
7
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).
8
8
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 <ahref="https://github.com/cockroachdb/cockroach/wiki">Product Roadmap</a> and <ahref="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 <ahref="https://github.com/cockroachdb/cockroach/issues/12854">1.0 Product Roadmap</a> and <ahref="sql-feature-support.html">SQL Feature Support</a> page for more details.{{site.data.alerts.end}}
0 commit comments