aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest project skeleton: i18n and fine-grained fuzzingHEADmainEuAndreh2025-05-2921-36/+315
|
* meta.capim: Add with :dependencies keyEuAndreh2025-05-231-0/+8
|
* Makefile: keep symlinks in "install" targetEuAndreh2025-01-161-1/+1
|
* tests/golite.go: Remove global `tdb` and make tests under `TestSuite` ↵EuAndreh2024-11-141-98/+111
| | | | independent
* tests/golite.go: Disable TestSuite/TestPreparedStmt for nowEuAndreh2024-11-141-0/+7
|
* tests/golite.go: Close all leftover leakage so we can now drop InMemoryUnsaeEuAndreh2024-11-142-33/+32
|
* tests/golite.go: Close stmts that were left openEuAndreh2024-11-141-5/+20
|
* tests/golite.go: Start dropping using InMemoryUnsafeEuAndreh2024-11-141-20/+20
|
* src/golite.go: Differentiate InMemory from InMemoryUnsafeEuAndreh2024-11-022-42/+50
|
* src/golite.go: Use IMMEDIATE transaction for db.Begin()EuAndreh2024-10-302-3/+9
|
* .gitignore: Normalize according to other go projectsEuAndreh2024-10-291-0/+2
|
* Makefile: Prioritize local version when building and linkingEuAndreh2024-10-291-2/+2
|
* tests/golite.go: Replace `":memory:"` with `InMemory` constantEuAndreh2024-10-281-39/+39
|
* src/golite.go: Add "InMemory" constantEuAndreh2024-10-281-0/+1
|
* Makefile: Simplify output of "bench" target dependenciesEuAndreh2024-10-271-2/+1
|
* Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570EuAndreh2024-10-2011-31/+31
|
* Shoehorn project into default golang skeleton structureEuAndreh2024-10-2018-229/+241
|
* .gitignore: Remove .soEuAndreh2024-10-071-1/+0
|
* Rename golite -> acudegoEuAndreh2024-10-0710-81/+81
|
* Makefile: Improve spacingEuAndreh2024-10-071-14/+18
|
* Makefile: Remove .so from .SUFFIXESEuAndreh2024-10-071-1/+1
|
* tests/golite.go: Change FTS3/FTS4 tests in favor of FTS5EuAndreh2024-10-051-15/+5
|
* src/golite.go: Remove most undesirable URI params that Open() handlesEuAndreh2024-10-052-466/+41
|
* src/golite.go: Reify "premises" section with custom build of SQLite (acude)EuAndreh2024-10-052-11/+3
|
* src/golite.go: Remove other undesirable configurations from Open()EuAndreh2024-10-051-211/+2
|
* src/golite.go: Add space before "*" pointer markerEuAndreh2024-10-051-6/+6
|
* Makefile: make "--static" binariesEuAndreh2024-10-051-1/+1
|
* src/golite.go: Change driverName to "golite" and make it `const`EuAndreh2024-10-057-68/+68
|
* Makefile: run "fuzz" in "check-integration" target (for 1 second)EuAndreh2024-10-051-0/+1
|
* Remove support for dynamically loading extensionsEuAndreh2024-10-057-258/+1
| | | | | | | | | | | | Defer to the user to (statically) include the extension with the rest of the code, and manually registering it, as described in [0]. If support for dynamic libraries and run-time dynamism in general is desired, one shouldn't be looking for it in C or Go, who aren't the greatest bastions of such dynamism, and instead consider more appropriate languages, like Common Lisp or Smalltalk. [0]: https://sqlite.org/loadext.html#statically_linking_a_run_time_loadable_extension
* Makefile: Store and return bench timing dataEuAndreh2024-10-022-1/+6
|
* tests/functional/streq.c: Explicitly ignore unused `errmsg` argumentEuAndreh2024-10-021-0/+1
|
* Makefile: Setup benchmarking skeletonEuAndreh2024-10-027-16/+104
|
* Makefile: Add fuzz target setupEuAndreh2024-10-025-6/+74
|
* tests/golite.go: Add explicit "deps" variableEuAndreh2024-10-021-7/+2
|
* Turn example files into tests under tests/functional/EuAndreh2024-10-0115-340/+372
|
* tests/golite.go: Enable slow testsEuAndreh2024-10-011-8/+2
|
* Recover aggregation and collation trampoline, alongside their testsEuAndreh2024-10-012-7/+35
|
* Remove unwanted fieatures on code and testsEuAndreh2024-10-012-534/+28
|
* Remove code for modules, vtables, tracing and ad-hoc C functionsEuAndreh2024-10-012-1673/+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-012-33/+8
|
* src/golite.go: Remove PreUpdateHook leftoversEuAndreh2024-10-011-27/+0
|
* src/golite.go: Remove errorMsg unused varEuAndreh2024-10-011-4/+0
|
* Makefile: Add explicit $(cgo.o) dependency to fix the graphEuAndreh2024-09-291-1/+1
|
* Makefile: Fix $(iCFLAGS) variable name typoEuAndreh2024-09-291-1/+1
|
* mkdeps.sh: Remove definition of varlist()EuAndreh2024-09-291-6/+0
|
* Makefile: "var version" -> "const Version"EuAndreh2024-09-291-1/+1
|