aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/golite.go: Remove global `tdb` and make tests under `TestSuite` indepen...EuAndreh2024-11-141-98/+111
* 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-141-30/+30
* 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-021-40/+47
* src/golite.go: Use IMMEDIATE transaction for db.Begin()EuAndreh2024-10-301-2/+8
* tests/golite.go: Replace `":memory:"` with `InMemory` constantEuAndreh2024-10-281-39/+39
* Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570EuAndreh2024-10-207-8/+8
* Shoehorn project into default golang skeleton structureEuAndreh2024-10-2012-129/+101
* Rename golite -> acudegoEuAndreh2024-10-077-76/+76
* 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-051-261/+27
* src/golite.go: Change driverName to "golite" and make it `const`EuAndreh2024-10-055-65/+65
* Remove support for dynamically loading extensionsEuAndreh2024-10-053-168/+0
* tests/functional/streq.c: Explicitly ignore unused `errmsg` argumentEuAndreh2024-10-021-0/+1
* Makefile: Setup benchmarking skeletonEuAndreh2024-10-023-3/+72
* Makefile: Add fuzz target setupEuAndreh2024-10-021-0/+34
* tests/golite.go: Add explicit "deps" variableEuAndreh2024-10-021-7/+2
* Turn example files into tests under tests/functional/EuAndreh2024-10-015-0/+313
* tests/golite.go: Enable slow testsEuAndreh2024-10-011-8/+2
* Recover aggregation and collation trampoline, alongside their testsEuAndreh2024-10-011-3/+3
* Remove unwanted fieatures on code and testsEuAndreh2024-10-011-406/+28
* Remove code for modules, vtables, tracing and ad-hoc C functionsEuAndreh2024-10-011-578/+0
* 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 funct...EuAndreh2024-09-121-2/+1
* 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
* Build with "go tool" and hackishly bundle code from same package into one fil...EuAndreh2024-08-121-0/+5766
* Add Makefile and build skeletonEuAndreh2024-08-112-0/+15