Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused files | EuAndreh | 2024-08-14 | 4 | -173/+0 |
| | |||||
* | update go version to 1.19 | Yasuhiro Matsumoto | 2024-01-25 | 1 | -2/+2 |
| | |||||
* | use locally checked out lib in the docker job | Diego Becciolini | 2023-12-14 | 1 | -2/+1 |
| | | | | see https://github.com/mattn/go-sqlite3/pull/1177 | ||||
* | Add go 1.20 to workflow matrix, remove 1.17 (#1136) | Connor Hindley | 2023-02-15 | 1 | -2/+2 |
| | | | Closes #1129 | ||||
* | Update expected test output | Philip O'Toole | 2022-10-26 | 1 | -1/+1 |
| | | | | Broken in https://github.com/mattn/go-sqlite3/pull/1085 | ||||
* | Add support for sqlite_math_functions tag (#1059) | Levi Gruspe | 2022-09-17 | 1 | -2/+2 |
| | | | | | Add support for SQLITE_ENABLE_MATH_FUNCTIONS compile-time option via the sqlite_math_functions build tag. Co-authored-by: Dominik Kraus <dominik.kraus@nktek.de> | ||||
* | Add build tag to enable OSTRACE() logging | Ben Johnson | 2022-08-16 | 1 | -1/+1 |
| | | | | | | | This commit adds the `sqlite_os_trace` build tag which sets the `SQLITE_FORCE_OS_TRACE` and `SQLITE_DEBUG_OS_TRACE` compilation flags. This produces verbose debugging output of every operating system call made by SQLite. | ||||
* | Update supported Go version to Go 1.19 | Aoang | 2022-08-15 | 1 | -2/+2 |
| | |||||
* | feat: simple example of Dockerfile w/ multi-stage build | KEINOS | 2022-05-18 | 1 | -0/+22 |
| | |||||
* | Update .github/workflows/go.yaml | mattn | 2022-05-13 | 1 | -1/+1 |
| | |||||
* | Update supported Golang version to Go 1.18 | Aoang | 2022-05-13 | 1 | -3/+3 |
| | |||||
* | Fix GitHub workflows | Yasuhiro Matsumoto | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | Do no test with go-acc on Windows (#980) | mattn | 2021-10-26 | 1 | -9/+4 |
| | | | Currently, no way to fix failing | ||||
* | Drop old versions (#979) | mattn | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | Adds CIFuzz for fuzzing as continuous integration (#919) | Catena cyber | 2021-10-26 | 1 | -0/+29 |
| | |||||
* | Test on 1.17 | Yasuhiro Matsumoto | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | run tests against Go 1.16 (#967) | Harry | 2021-10-26 | 1 | -2/+2 |
| | |||||
* | Resolve windows CI issues (#941) | hackerman | 2021-10-26 | 1 | -1/+1 |
| | | | Do not use `-u` flag when fetching go-acc | ||||
* | bump codecov/codecov-action@v2 (#957) | Ichinose Shogo | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | make column metadata functionality opt-in | Jesse Rittner | 2021-02-18 | 1 | -1/+1 |
| | |||||
* | Go get go-acc with environment variable for go modules (#915) | Catena cyber | 2021-02-16 | 1 | -2/+2 |
| | | | | | * Go get go-acc with environment variable for go modules * Go get with modules for windows as well | ||||
* | Fix ci | Yasuhiro Matsumoto | 2020-11-18 | 1 | -2/+2 |
| | |||||
* | Drop go1.11 (#852) | mattn | 2020-11-17 | 1 | -2/+2 |
| | | | | | * Drop go1.11 * Use go1.12 | ||||
* | .github/workflows: stop using deprecated add-path command (#873) | Evan Jones | 2020-11-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Github is disabling the add-path command in workflows on 2020-11-16. Switch to their new preferred way of doing this, by appending to the file referred to with $GITHUB_PATH. See: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#adding-a-system-path This should fix the following warning from the workflows: .github#L1 The `add-path` command is deprecated and will be disabled on November 16th. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ | ||||
* | coveralls to codecov (#845) | raa0121 | 2020-08-25 | 1 | -41/+30 |
| | | | | | * coveralls to codecov * README badge coveralls to codecov | ||||
* | Fix go.yaml | Yasuhiro Matsumoto | 2020-08-25 | 1 | -76/+76 |
| | |||||
* | Add Github Actions yaml and set LDFLAGS on windows (#843) | raa0121 | 2020-08-25 | 1 | -0/+131 |
| | | | and remove .travis.yml | ||||
* | Update FUNDING.yml | mattn | 2019-10-08 | 1 | -1/+1 |
| | |||||
* | Create FUNDING.yml | mattn | 2019-05-24 | 1 | -0/+8 |