aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* src/golite.go: Hard-code the journal_mode WAL choiceEuAndreh2024-10-011-0/+5
|
* src/golite.go: Enforce foreign_keys=ONEuAndreh2024-09-121-30/+0
|
* tests/golite.go: Remove auth-related code and testsEuAndreh2024-09-121-170/+1
|
* src/golite.go: Re-introduce {commit,rollback,update}HookTrampoline CFFI ↵EuAndreh2024-09-121-2/+1
| | | | functions
* tests/golite.go: Use in-memory database on more testsEuAndreh2024-09-121-5/+5
|
* {src,tests}/golite.go: Remove commented or unused codeEuAndreh2024-09-071-637/+0
|
* Add src/version.goEuAndreh2024-08-151-3/+3
|
* tests/golite.go: Run testsEuAndreh2024-08-142-249/+263
| | | | | Use in-memory databases over disk: decrease test time from minutes to seconds.
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-0/+5766
| | | | file each
* Add Makefile and build skeletonEuAndreh2024-08-112-0/+15