aboutsummaryrefslogtreecommitdiff
path: root/src/golite.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/golite.go: Change driverName to "golite" and make it `const`EuAndreh2024-10-051-1/+1
* Remove support for dynamically loading extensionsEuAndreh2024-10-051-70/+0
* Recover aggregation and collation trampoline, alongside their testsEuAndreh2024-10-011-4/+32
* Remove unwanted fieatures on code and testsEuAndreh2024-10-011-128/+0
* Remove code for modules, vtables, tracing and ad-hoc C functionsEuAndreh2024-10-011-1095/+100
* src/golite.go: Update doccomments on Open()EuAndreh2024-10-011-17/+1
* src/golite.go: Use hard-coded value for synchronous PRAGMAEuAndreh2024-10-011-25/+2
* src/golite.go: Remove ~silly~ secure_delete optionEuAndreh2024-10-011-30/+0
* src/golite.go: Hard-code the journal_mode WAL choiceEuAndreh2024-10-011-33/+3
* src/golite.go: Remove PreUpdateHook leftoversEuAndreh2024-10-011-27/+0
* src/golite.go: Remove errorMsg unused varEuAndreh2024-10-011-4/+0
* src/golite.go: Enforce foreign_keys=ONEuAndreh2024-09-121-31/+6
* src/golite.go: Re-introduce {commit,rollback,update}HookTrampoline CFFI funct...EuAndreh2024-09-121-4/+32
* {src,tests}/golite.go: Remove commented or unused codeEuAndreh2024-09-071-1477/+19
* Add src/version.goEuAndreh2024-08-151-1/+3
* Build with "go tool" and hackishly bundle code from same package into one fil...EuAndreh2024-08-121-0/+5768
* Add Makefile and build skeletonEuAndreh2024-08-111-0/+4