summaryrefslogtreecommitdiff
path: root/vtab.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix for latest zigGravatar Vincent Rischmann2024-12-191-2/+2
|
* fix for latest zigGravatar Vincent Rischmann2024-08-291-11/+11
|
* Latest zig master has renamed std.rand to std.RandomGravatar Malcolm Still2024-06-231-1/+1
|
* fix for latest zigGravatar Vincent Rischmann2024-04-141-9/+20
| | | | Also some major refactoring around the query parsing state.
* fix for latest zigGravatar Vincent Rischmann2023-12-061-2/+2
|
* add the fasFn helperGravatar Vincent Rischmann2023-11-231-10/+10
|
* use our helper to check a typ has a specific declarationGravatar Vincent Rischmann2023-11-231-10/+19
|
* Update vtab.zigGravatar Krvopije2023-11-211-9/+9
|
* Don't specify the type of the variableGravatar Vincent Rischmann2023-09-211-1/+1
| | | | | | | | | Not sure what's going on with the name mangling introduced in https://github.com/ziglang/zig/commit/9ea2076663730ab6ac9cad5cb5f84e58198d4d95 but we don't actually have to specify the type of the variable here. Remove it so that we don't have to care. Fixes #135
* Fix build for recent zig C naming changesGravatar John Bledsoe2023-09-201-1/+1
|
* update for latest zigGravatar Vincent Rischmann2023-07-021-18/+18
|
* fix for latest zig by running 'zig fmt'Gravatar Vincent Rischmann2023-02-221-6/+6
|
* fix for latest zigGravatar Vincent Rischmann2022-12-261-35/+35
|
* fix for latest zigGravatar Vincent Rischmann2022-12-011-1/+1
|
* vtab: fix tests when using a db file instead of in memoryGravatar Vincent Rischmann2022-11-011-2/+2
|
* remove debug printGravatar Vincent Rischmann2022-09-181-7/+0
|
* add the virtual table implementationGravatar Vincent Rischmann2022-09-181-0/+1302