Skip to content

Commit

Permalink
modify COMPAT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocarlo committed Jan 21, 2025
1 parent 040004d commit 6f5f20c
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions COMPAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@ This document describes the compatibility of Limbo with SQLite.

## Table of contents:

- [Features](#features)
- [SQLite query language](#sqlite-query-language)
- [Compatibility with SQLite](#compatibility-with-sqlite)
- [Table of contents:](#table-of-contents)
- [Features](#features)
- [SQLite query language](#sqlite-query-language)
- [Statements](#statements)
- [Expressions](#expressions)
- [Functions](#functions)
- [SQLite C API](#sqlite-c-api)
- [SQLite VDBE opcodes](#sqlite-vdbe-opcodes)
- [Extensions](#extensions)
- [SQL functions](#sql-functions)
- [Scalar functions](#scalar-functions)
- [Mathematical functions](#mathematical-functions)
- [Aggregate functions](#aggregate-functions)
- [Date and time functions](#date-and-time-functions)
- [JSON functions](#json-functions)
- [SQLite C API](#sqlite-c-api)
- [SQLite VDBE opcodes](#sqlite-vdbe-opcodes)
- [Extensions](#extensions)
- [UUID](#uuid)
- [regexp](#regexp)

## Features

Expand Down Expand Up @@ -289,7 +297,7 @@ Modifiers:
| json_type(json,path) | Yes | |
| json_valid(json) | | |
| json_valid(json,flags) | | |
| json_quote(value) | | |
| json_quote(value) | Yes | |
| json_group_array(value) | | |
| jsonb_group_array(value) | | |
| json_group_object(label,value) | | |
Expand Down

0 comments on commit 6f5f20c

Please sign in to comment.