Skip to content

Commit 6f5f20c

Browse files
committed
modify COMPAT.md
1 parent 040004d commit 6f5f20c

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

COMPAT.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,23 @@ This document describes the compatibility of Limbo with SQLite.
44

55
## Table of contents:
66

7-
- [Features](#features)
8-
- [SQLite query language](#sqlite-query-language)
7+
- [Compatibility with SQLite](#compatibility-with-sqlite)
8+
- [Table of contents:](#table-of-contents)
9+
- [Features](#features)
10+
- [SQLite query language](#sqlite-query-language)
911
- [Statements](#statements)
1012
- [Expressions](#expressions)
11-
- [Functions](#functions)
12-
- [SQLite C API](#sqlite-c-api)
13-
- [SQLite VDBE opcodes](#sqlite-vdbe-opcodes)
14-
- [Extensions](#extensions)
13+
- [SQL functions](#sql-functions)
14+
- [Scalar functions](#scalar-functions)
15+
- [Mathematical functions](#mathematical-functions)
16+
- [Aggregate functions](#aggregate-functions)
17+
- [Date and time functions](#date-and-time-functions)
18+
- [JSON functions](#json-functions)
19+
- [SQLite C API](#sqlite-c-api)
20+
- [SQLite VDBE opcodes](#sqlite-vdbe-opcodes)
21+
- [Extensions](#extensions)
1522
- [UUID](#uuid)
23+
- [regexp](#regexp)
1624

1725
## Features
1826

@@ -289,7 +297,7 @@ Modifiers:
289297
| json_type(json,path) | Yes | |
290298
| json_valid(json) | | |
291299
| json_valid(json,flags) | | |
292-
| json_quote(value) | | |
300+
| json_quote(value) | Yes | |
293301
| json_group_array(value) | | |
294302
| jsonb_group_array(value) | | |
295303
| json_group_object(label,value) | | |

0 commit comments

Comments
 (0)