aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | 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
* 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 ↵EuAndreh2024-09-121-2/+1
| | | | functions
* 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
| | | | | Use in-memory databases over disk: decrease test time from minutes to seconds.
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-0/+5766
| | | | file each
* Add Makefile and build skeletonEuAndreh2024-08-112-0/+15