aboutsummaryrefslogtreecommitdiff
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-03re s/guuid/uuid/gEuAndreh5-364/+364
2025-02-05src/fiinha.go: os.Exit(rc) instead of ignoring rcEuAndreh1-1/+1
2025-01-27tests/fiinha.go: Remove unused execFn from argsTEuAndreh1-26/+13
2025-01-25tests/fiinha.go: Add test for `commands` varEuAndreh2-7/+18
2024-11-21tests/fiinha.go: Fix typoEuAndreh1-1/+1
2024-11-07src/fiinha.go: Reorder execSerialized() to after inTx()EuAndreh2-40/+40
2024-11-02Rename "q" -> "fiinha"EuAndreh42-449/+449
2024-10-31src/q.go: Fix SQLite ~broken~ transactionsEuAndreh6-538/+703
2024-10-29tests/q.go: Replace ":memory:" with golite.InMemoryEuAndreh1-24/+24
2024-10-29.gitignore: Include pattern for cgoEuAndreh1-0/+1
2024-10-29mkdeps.sh: Fix typo on varlist nameEuAndreh2-2/+2
2024-10-29Makefile: Prioritize local version when building and linkingEuAndreh1-2/+2
2024-10-27src/q.go: New() - manage *sql.DB handle internallyEuAndreh5-61/+39
2024-10-27Makefile: Simplify output generation of "bench" target dependenciesEuAndreh1-2/+1
2024-10-20Address renaming of acudego -> goliteEuAndreh6-111/+117
2024-10-20WIP: Address new-instance-takeover failureEuAndreh1-0/+2
2024-10-20Initial version: first implementationEuAndreh62-184/+9781
2024-09-12Init Go project skeleton with golite initEuAndreh10-0/+333