Skip to content

Merge upstream #1348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 80 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
b0f7da8
Support serialize and deserialize
otoolep Jan 29, 2021
54e7373
Remove .github
otoolep Jan 29, 2021
e0abc44
Add CircleCI testing support
otoolep Jan 29, 2021
3264438
Merge pull request #1 from rqlite/support-serialize
otoolep Jan 29, 2021
75884b6
Update README.md
otoolep Jan 29, 2021
eeaa957
Update go.mod
otoolep Jan 29, 2021
645c9cb
Provide SQLite with its own memory for deserialize
otoolep Jan 31, 2021
8e1a21b
Merge pull request #2 from rqlite/fix-deserialize
otoolep Jan 31, 2021
274a608
Revert "Provide SQLite with its own memory for deserialize"
otoolep Jan 31, 2021
16c671d
Better comment for Deserialize
otoolep Jan 31, 2021
2c8be46
Merge pull request #3 from rqlite/more-deserialize-fixes
otoolep Jan 31, 2021
369e217
Free memory allocated by sqlite due to serialize
otoolep Feb 8, 2021
e627c50
Merge pull request #4 from rqlite/plug-leak
otoolep Feb 8, 2021
eb62077
Merge branch 'master' of https://github.com/mattn/go-sqlite3 into mat…
otoolep Feb 20, 2021
91859f8
Merge branch 'mattn-master'
otoolep Feb 20, 2021
d9383de
Merge pull request #6 from mattn/master
otoolep Apr 14, 2021
91ac2e4
Merge pull request #7 from mattn/master
otoolep Jul 15, 2021
eb446c9
Return non-nil result
otoolep Jul 31, 2021
92a7506
Merge pull request #8 from rqlite/return-non-nil-result
otoolep Jul 31, 2021
da26a81
Enable some new SQLite compile options
otoolep Aug 6, 2021
41c9bb6
Correct macro for JSON1
otoolep Aug 6, 2021
2a971cd
Remove some of the FTS macros
otoolep Aug 6, 2021
ac4329b
Merge pull request #9 from rqlite/enable-compile-opts
otoolep Aug 6, 2021
27f06c4
Remove DSQLITE_ENABLE_DESERIALIZE
otoolep Aug 20, 2021
5af48a8
Merge pull request #10 from rqlite/Remove-DSQLITE_ENABLE_DESERIALIZE
otoolep Aug 20, 2021
042f223
Increase default max memory size
otoolep Sep 1, 2021
b5438fd
Merge pull request #11 from rqlite/2GiB-memory
otoolep Sep 1, 2021
6026c7c
Merge remote-tracking branch 'mattn/master' into merge-upstream
otoolep Jan 31, 2022
cfb6849
Merge pull request #14 from rqlite/merge-upstream
otoolep Jan 31, 2022
d253292
Merge branch 'mattn:master' into master
otoolep Mar 1, 2022
788d503
Merge upstream
otoolep May 18, 2022
339bb50
Merge pull request #16 from rqlite/merge-upstream-3385
otoolep May 18, 2022
e63e9ac
Merge remote-tracking branch 'mattn/master' into merge-upstream-20221026
otoolep Oct 27, 2022
0613db8
Update CircleCI image
otoolep Oct 27, 2022
7d4a778
Remove obsolete directive
otoolep Oct 27, 2022
e728f55
Merge pull request #20 from rqlite/merge-upstream-20221026
otoolep Oct 27, 2022
f0971a3
Merge remote-tracking branch 'mattn/master' into merge-upstream-post-ser
otoolep Nov 18, 2022
44238f2
Fix go vet issue 'possible misuse of reflect.SliceHeader'
otoolep Nov 18, 2022
7116c96
Merge pull request #21 from rqlite/merge-upstream-post-ser
otoolep Nov 18, 2022
4dde487
Fix in-memory database locking
otoolep Dec 6, 2022
c9bfb54
Merge pull request #22 from rqlite/fix-malformed-db
otoolep Dec 6, 2022
61eaaff
Merge remote-tracking branch 'mattn/master'
otoolep Jun 1, 2023
2bb4bdc
Enable FTS5
otoolep Aug 10, 2023
908574c
Merge pull request #25 from rqlite/enable-fts5-2
otoolep Aug 10, 2023
aaa444f
Merge branch 'mattn:master' into master
otoolep Nov 22, 2023
560eb04
Merge remote-tracking branch 'mattn/master' into merge-upstream
otoolep Jan 26, 2024
f6c614e
Remove the file
otoolep Jan 26, 2024
c7b82a1
Merge pull request #27 from rqlite/merge-upstream
otoolep Jan 26, 2024
82a0381
Merge remote-tracking branch 'mattn/master' into merge-upstream-20240131
otoolep Feb 1, 2024
3bf5982
Merge pull request #28 from rqlite/merge-upstream-20240131
otoolep Feb 1, 2024
0c35ea2
Merge pull request #29 from mattn/master
otoolep May 10, 2024
1fd986c
Support disabling checkpoint-on-close
otoolep Jun 12, 2024
7205526
Merge pull request #30 from rqlite/SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE
otoolep Jun 12, 2024
ffc0202
Use a nil pointer is entry is ""
otoolep Aug 8, 2024
f77bf34
Merge pull request #31 from rqlite/fix-load-extension
otoolep Aug 8, 2024
2bbb9d3
Merge pull request #32 from mattn/master
otoolep Sep 4, 2024
241bc71
Enable Geopoly
otoolep Sep 9, 2024
ed04a34
Merge pull request #33 from mattn/master
otoolep Nov 26, 2024
30e9018
Always compile and test preupdate hook
otoolep Jan 11, 2025
99e127f
Merge pull request #34 from rqlite/enable-preupdate-hook
otoolep Jan 11, 2025
ace7977
Add stubbed out support for Sessions
otoolep Jan 11, 2025
cdf5f66
First version of implementation
otoolep Jan 11, 2025
2c404ee
Remove unneeded type
otoolep Jan 11, 2025
2a0ca73
More OK compilation
otoolep Jan 11, 2025
d7ea36b
Add first Session unit test
otoolep Jan 11, 2025
d79d90b
Basically working, but type failures
otoolep Jan 12, 2025
6380ea0
Update config.yml
otoolep Jan 12, 2025
8177f83
Merge branch 'master' into changeset-support
otoolep Jan 12, 2025
9a6786b
Refactor
otoolep Jan 12, 2025
0f37cfb
Test one changeset row
otoolep Jan 20, 2025
abe49d7
Fix typo
otoolep Jan 20, 2025
422b6bf
More session testing
otoolep Jan 20, 2025
e5f9915
Merge pull request #35 from rqlite/changeset-support
otoolep Jan 20, 2025
126033a
More testing of Session
otoolep Jan 20, 2025
b145008
Merge remote-tracking branch 'mattn/master' into merge-upstream-20250418
otoolep Apr 19, 2025
abfec44
Remove conflict marker
otoolep Apr 19, 2025
255a19e
Merge pull request #36 from rqlite/merge-upstream-20250418
otoolep Apr 19, 2025
41d125f
Merge remote-tracking branch 'mattn/master' into merge-upstream
otoolep Jul 25, 2025
2f0d1da
Merge pull request #38 from rqlite/merge-upstream
otoolep Jul 25, 2025
9bd2002
Merge remote-tracking branch 'mattn/master' into merge-upstream
otoolep Aug 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

# CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
test:
docker:
# specify the version
- image: cimg/go:1.23.0

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/postgres:9.4

#### TEMPLATE_NOTE: go expects specific checkout path representing url
#### expecting it in the form of
#### /go/src/github.com/circleci/go-tool
#### /go/src/bitbucket.org/circleci/go-tool
steps:
- checkout

# specify any bash command here prefixed with `run: `
- run: go version
- run: go get -v -t -d ./...
- run: go vet
- run: go test -v -failfast ./...

workflows:
version: 2
build_and_test:
jobs:
- test
8 changes: 0 additions & 8 deletions .github/FUNDING.yml

This file was deleted.

115 changes: 0 additions & 115 deletions .github/workflows/go.yaml

This file was deleted.

Loading