aboutsummaryrefslogtreecommitdiff
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-05Makefile: make "--static" binariesEuAndreh1-1/+1
2024-10-05src/golite.go: Change driverName to "golite" and make it `const`EuAndreh7-68/+68
2024-10-05Makefile: run "fuzz" in "check-integration" target (for 1 second)EuAndreh1-0/+1
2024-10-05Remove support for dynamically loading extensionsEuAndreh7-258/+1
2024-10-02Makefile: Store and return bench timing dataEuAndreh2-1/+6
2024-10-02tests/functional/streq.c: Explicitly ignore unused `errmsg` argumentEuAndreh1-0/+1
2024-10-02Makefile: Setup benchmarking skeletonEuAndreh7-16/+104
2024-10-02Makefile: Add fuzz target setupEuAndreh5-6/+74
2024-10-02tests/golite.go: Add explicit "deps" variableEuAndreh1-7/+2
2024-10-01Turn example files into tests under tests/functional/EuAndreh15-340/+372
2024-10-01tests/golite.go: Enable slow testsEuAndreh1-8/+2
2024-10-01Recover aggregation and collation trampoline, alongside their testsEuAndreh2-7/+35
2024-10-01Remove unwanted fieatures on code and testsEuAndreh2-534/+28
2024-10-01Remove code for modules, vtables, tracing and ad-hoc C functionsEuAndreh2-1673/+100
2024-10-01src/golite.go: Update doccomments on Open()EuAndreh1-17/+1
2024-10-01src/golite.go: Use hard-coded value for synchronous PRAGMAEuAndreh1-25/+2
2024-10-01src/golite.go: Remove ~silly~ secure_delete optionEuAndreh1-30/+0
2024-10-01src/golite.go: Hard-code the journal_mode WAL choiceEuAndreh2-33/+8
2024-10-01src/golite.go: Remove PreUpdateHook leftoversEuAndreh1-27/+0
2024-10-01src/golite.go: Remove errorMsg unused varEuAndreh1-4/+0
2024-09-29Makefile: Add explicit $(cgo.o) dependency to fix the graphEuAndreh1-1/+1
2024-09-29Makefile: Fix $(iCFLAGS) variable name typoEuAndreh1-1/+1
2024-09-29mkdeps.sh: Remove definition of varlist()EuAndreh1-6/+0
2024-09-29Makefile: "var version" -> "const Version"EuAndreh1-1/+1
2024-09-12src/golite.go: Enforce foreign_keys=ONEuAndreh2-61/+6
2024-09-12tests/golite.go: Remove auth-related code and testsEuAndreh1-170/+1
2024-09-12src/golite.go: Re-introduce {commit,rollback,update}HookTrampoline CFFI funct...EuAndreh2-6/+33
2024-09-12tests/golite.go: Use in-memory database on more testsEuAndreh1-5/+5
2024-09-07{src,tests}/golite.go: Remove commented or unused codeEuAndreh2-2114/+19
2024-09-07Makefile: Rebuild when "deps.mk" change alongside when Makefile changesEuAndreh1-1/+1
2024-09-07Makefile: Align columns of target dependenciesEuAndreh1-4/+4
2024-08-15Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)EuAndreh1-0/+2
2024-08-15Add src/version.goEuAndreh4-9/+16
2024-08-14git mv _example doc/examples/EuAndreh6-0/+0
2024-08-14Remove most files from _example/EuAndreh15-2305/+0
2024-08-14Remove unused filesEuAndreh10-451/+0
2024-08-14Makefile: move "-lsqlite3" to $(LDLIBS)EuAndreh1-3/+3
2024-08-14tests/golite.go: Run testsEuAndreh3-284/+297
2024-08-12Build with "go tool" and hackishly bundle code from same package into one fil...EuAndreh68-282288/+11585
2024-08-11Add Makefile and build skeletonEuAndreh7-14/+154
2024-05-01add support for libsqlite3 on z/OSDustin Ward1-0/+1
2024-02-22fix: some typospomadev2-2/+2
2024-02-03close channelYasuhiro Matsumoto1-7/+15
2024-01-31Update amalgamation code to 3.45.1Yasuhiro Matsumoto2-91/+135