Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change title and hierarchy #1

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/sql/partiql.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
title: PartiQL (JSON) Support
title: JSON Support
parent: SQL
nav_order: 10
---

# PartiQL (JSON) support
# JSON Support

SQL plugin supports [PartiQL](https://partiql.org/), a SQL-compatible query language that lets you query semi-structured and nested data for any data format. The SQL plugin only supports a subset of the PartiQL specification.
SQL plugin supports JSON by following [PartiQL](https://partiql.org/) specification, a SQL-compatible query language that lets you query semi-structured and nested data for any data format. The SQL plugin only supports a subset of the PartiQL specification.

## Querying nested collection

Expand Down
4 changes: 2 additions & 2 deletions docs/sql/troubleshoot.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: default
title: Troubleshoot
title: Troubleshooting
parent: SQL
nav_order: 15
---

# Troubleshoot
# Troubleshooting

The SQL plugin is stateless, so troubleshooting is mostly focused on why a particular query fails.

Expand Down