1
0
Fork 0

4732 Commits (cdb78e04869fce4d29de2feef84b7111f2035dee)
 

Author SHA1 Message Date
Philip O'Toole 1c8e52c5f7 Test_SingleNodeLoadBinaryFromReader passes
That's good, but much more extensive testing needed, and this needs to
replace the existing load path -- and then we move to 8.0.
1 year ago
Philip O'Toole 93a752ae0e Better variable names 1 year ago
Philip O'Toole 1c6f691ff8 Integrate chunking - WIP
I need more sophisticated dechunker management.
1 year ago
Philip O'Toole eed503bf02
Update CHANGELOG.md 1 year ago
Philip O'Toole 9a2a9a6af9
Merge pull request #1341 from rqlite/dechunker
Add dechunker
1 year ago
Philip O'Toole 5fd9c9185f Add round-trip test of chunking 1 year ago
Philip O'Toole b81f1fdbe0 CHANGELOG 1 year ago
Philip O'Toole 01db83f29d Tighten up tests 1 year ago
Philip O'Toole 0309fda396 GPT-assisted dechunker 1 year ago
Philip O'Toole 980a0b935a
Merge pull request #1340 from rqlite/tweak-chunk
Tweak chunking
1 year ago
Philip O'Toole 8d410ea768 Fix up test comments 1 year ago
Philip O'Toole 568578d154 CHANGELOG 1 year ago
Philip O'Toole 5f35c64c06 Tweak chunker 1 year ago
Philip O'Toole a0c278f1dc
Merge pull request #1339 from rqlite/chunker
Add new chunker and chunked load proto
1 year ago
Philip O'Toole 7ba8ab57e0 CHANGELOG 1 year ago
Philip O'Toole dcc29ed76f Add new chunker and chunked load proto 1 year ago
Philip O'Toole b7ea9ea096
Update main.go 1 year ago
Philip O'Toole 28127dec20
Merge pull request #1337 from rqlite/store-load-from-reader
Store can load from an io.Reader
1 year ago
Philip O'Toole 338cbd8bbf CHANGELOG 1 year ago
Philip O'Toole 13d47b24d8 Store can load from an io.Reader
This may be helpful for chunked-loads.
1 year ago
Philip O'Toole 4990f54a6a
Update CHANGELOG.md 1 year ago
Philip O'Toole 971921f135
Merge pull request #1336 from rqlite/remove-on-disk-startup
Remove on-disk-startup control
1 year ago
Philip O'Toole 007c81ae8a CHANGELOG 1 year ago
Philip O'Toole a40c43725f More logic reversal 1 year ago
Philip O'Toole f81aad8fd3 Revert logic for clarity 1 year ago
Philip O'Toole 21dff4a68c Remove on-disk-startup control
With the move to WAL and "synchronous mode" to OFF, on-disk startup
times are very close to in-memory. There is no need for this control
anymore and it complicates the start-up code.
1 year ago
Philip O'Toole 2c1e06e87f
Merge pull request #1335 from rqlite/more-db-types-tests
More db types tests
1 year ago
Philip O'Toole 8edb5c9967 Add DB-level tests of using "COLLATE" 1 year ago
Philip O'Toole 370688730f Better name for test 1 year ago
Philip O'Toole 722c40f77f Test use of NUMERIC type 1 year ago
Philip O'Toole 6154181e30
Merge pull request #1334 from jmfederico/patch-1
Fix typo in PERFORMANCE.md
1 year ago
Federico Jaramillo Martínez f11a5c6b89
Fix typo in PERFORMANCE.md 1 year ago
Philip O'Toole e368044c5f
Update CHANGELOG.md 1 year ago
Philip O'Toole 84076f10ba
Merge pull request #1333 from rqlite/add-empty-types
Fill in empty types using actual queried data
1 year ago
Philip O'Toole 2cbeac07db Fix even more tests 1 year ago
Philip O'Toole bb0c547c72 CHANGELOG 1 year ago
Philip O'Toole 85c7a4e630 Merge remote-tracking branch 'origin' into add-empty-types 1 year ago
Philip O'Toole f22dff319b Ensure invalid expression is handled 1 year ago
Philip O'Toole fbb2aea787 Missed these test fixes 1 year ago
Philip O'Toole e845e0c243 Fix remaining expression test cases 1 year ago
Philip O'Toole 61b2e10b2e Fix db-level unit tests 1 year ago
Philip O'Toole 26fa54c4d7
Merge pull request #1332 from rqlite/go-mods-20230707
go mod updates
1 year ago
Philip O'Toole 70a3c38b82 Only do a one-shot empty types check 1 year ago
Philip O'Toole 316ee52b4c Fill in empty types using actual queried data 1 year ago
Philip O'Toole 209951fb75 CHANGELOG 1 year ago
Philip O'Toole 25d7436332 go mod updates 1 year ago
Philip O'Toole 9187299504
Merge pull request #1331 from rqlite/upsert-on-windows
Skip writes if records already in database
1 year ago
Philip O'Toole 51cf7f3531 Don't insert records if already in database
When running on Windows this test often encounters ErrLeadershipLost, at
least in the AppVeyor CI environment. This means that INSERT may, or may
not, be actually inserted into the SQLite database. As a result change
this test to use explicit primary keys, so that if the records were
actually inserted, the duplicate records will not be inserted (by also
using the SQLite keyword IGNORE).

See https://github.com/rqlite/rqlite/issues/1123 for more information.
1 year ago
Philip O'Toole 75c182a68a
Merge pull request #1329 from rqlite/new-v2-snapshot-format
Move to a newer proposal for V2 snapshot
1 year ago
Philip O'Toole e6372bfe7e CHANGELOG 1 year ago