@@ -4,15 +4,23 @@ This document describes the compatibility of Limbo with SQLite.
4
4
5
5
## Table of contents:
6
6
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 )
9
11
- [ Statements] ( #statements )
10
12
- [ 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 )
15
22
- [ UUID] ( #uuid )
23
+ - [ regexp] ( #regexp )
16
24
17
25
## Features
18
26
@@ -289,7 +297,7 @@ Modifiers:
289
297
| json_type(json,path) | Yes | |
290
298
| json_valid(json) | | |
291
299
| json_valid(json,flags) | | |
292
- | json_quote(value) | | |
300
+ | json_quote(value) | Yes | |
293
301
| json_group_array(value) | | |
294
302
| jsonb_group_array(value) | | |
295
303
| json_group_object(label,value) | | |
0 commit comments