summaryrefslogtreecommitdiff
path: root/helpers.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix for latest zigGravatar Vincent Rischmann2024-08-291-10/+10
|
* all: use our workaround function for SQLITE_TRANSIENTGravatar Vincent Rischmann2024-04-141-4/+4
|
* add the fasFn helperGravatar Vincent Rischmann2023-11-231-0/+16
|
* update for latest zigGravatar Vincent Rischmann2023-07-021-7/+7
|
* fix for latest zigGravatar Vincent Rischmann2022-12-261-1/+1
|
* move setFunctionArgument to helpers.setTypeFromValueGravatar Vincent Rischmann2022-09-181-0/+47
| | | | Will be used in the virtual table implementation
* move setFunctionResult to helpers.setResultGravatar Vincent Rischmann2022-09-181-0/+41
This function will also be used by the virtual table implementation.