Skip to content
Open
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
8 changes: 4 additions & 4 deletions content/compatibility/sql_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@
| ? | Yes | |
| ?\| | Yes | |
| ?& | Yes | |
| \|\| | No | |
| \|\| | Yes | |
| - | No | |
| #- | No | |
| @? | No | |
Expand All @@ -660,10 +660,10 @@
| to_jsonb | No | |
| array_to_json | No | |
| json_array | No | |
| row_to_json | No | |
| json_build_array | No | |
| row_to_json | Yes | |

Check failure on line 663 in content/compatibility/sql_features.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'row_to_json'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'row_to_json'?", "location": {"path": "content/compatibility/sql_features.md", "range": {"start": {"line": 663, "column": 3}}}, "severity": "ERROR"}
| json_build_array | Yes | |

Check failure on line 664 in content/compatibility/sql_features.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'json_build_array'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'json_build_array'?", "location": {"path": "content/compatibility/sql_features.md", "range": {"start": {"line": 664, "column": 3}}}, "severity": "ERROR"}
| jsonb_build_array | No | |
| json_build_object | No | |
| json_build_object | Yes | |

Check failure on line 666 in content/compatibility/sql_features.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'json_build_object'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'json_build_object'?", "location": {"path": "content/compatibility/sql_features.md", "range": {"start": {"line": 666, "column": 3}}}, "severity": "ERROR"}
| jsonb_build_object | No | |
| json_object | No | |
| jsonb_object | No | |
Expand Down
Loading