aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/mod_regexp/extension.go (unfollow)
Commit message (Expand)AuthorFilesLines
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