diff options
| author | 2024-12-14 01:35:39 +0100 | |
|---|---|---|
| committer | 2024-12-14 01:35:39 +0100 | |
| commit | 5f7181ed0014b32e704e0d856103565e1605598d (patch) | |
| tree | c73614c20e5e41f2ac13e02ef209e6f369879f77 | |
| parent | readme: fix examples (diff) | |
| download | zig-sqlite-5f7181ed0014b32e704e0d856103565e1605598d.tar.gz zig-sqlite-5f7181ed0014b32e704e0d856103565e1605598d.tar.xz zig-sqlite-5f7181ed0014b32e704e0d856103565e1605598d.zip | |
readme: fix typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -614,7 +614,7 @@ Each input arguments in the function call in the statement is passed on to the r | |||
| 614 | 614 | ||
| 615 | ## Aggregate functions | 615 | ## Aggregate functions |
| 616 | 616 | ||
| 617 | You can define a scalar function using `db.createAggregateFunction`: | 617 | You can define a aggregate function using `db.createAggregateFunction`: |
| 618 | ```zig | 618 | ```zig |
| 619 | const MyContext = struct { | 619 | const MyContext = struct { |
| 620 | sum: u32, | 620 | sum: u32, |