Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570 | EuAndreh | 2024-10-20 | 2 | -2/+2 |
| | |||||
* | Shoehorn project into default golang skeleton structure | EuAndreh | 2024-10-20 | 5 | -33/+20 |
| | |||||
* | Rename golite -> acudego | EuAndreh | 2024-10-07 | 3 | -10/+10 |
| | |||||
* | src/golite.go: Change driverName to "golite" and make it `const` | EuAndreh | 2024-10-05 | 2 | -2/+2 |
| | |||||
* | Remove support for dynamically loading extensions | EuAndreh | 2024-10-05 | 2 | -116/+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` argument | EuAndreh | 2024-10-02 | 1 | -0/+1 |
| | |||||
* | Turn example files into tests under tests/functional/ | EuAndreh | 2024-10-01 | 5 | -0/+332 |