-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade go-sqlite to the latest version (#784)
* Add Sqlite changes * Pass log.db path as argument, update go version * Upgrade minimum go version * Add logDb changes for SQlite 3.45 * Fix Github Acions * Upate golangci-lint vesion to 1.59.0 * Format with goimports * Update logdb/logdb_test.go Yes since its only used in that test Co-authored-by: Pedro Gomes <[email protected]> * Update logdb/logdb_test.go Co-authored-by: Pedro Gomes <[email protected]> * Added comments * Move Benchmarks into separate file * Fix: Make queries that result in non-empty responses * updating table tests * review benchmark file * Update Dockerfile Co-authored-by: libotony <[email protected]> * pr comments * fixing test.yml --------- Co-authored-by: Makis Christou <[email protected]> Co-authored-by: Makis Christou <[email protected]> Co-authored-by: libotony <[email protected]>
- Loading branch information
1 parent
bfa83f3
commit 830b1a6
Showing
8 changed files
with
327 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.