1
0
Fork 0

2799 Commits (a6762dff715bcb0fd60e4f195c4958c7f90c9cc3)
 

Author SHA1 Message Date
Philip O'Toole 028419af0f Fix race in in-memory database testing 3 years ago
Philip O'Toole 3bd3131578 Update CHANGELOG 3 years ago
Philip O'Toole 1ee7a9eb17 Limit in-memory connection pool to 1 connection
https://github.com/mattn/go-sqlite3/issues/959#issuecomment-890283264
3 years ago
Philip O'Toole 09612e9373
Update README.md 3 years ago
Philip O'Toole 0ab5b479e3
Update README.md 3 years ago
Philip O'Toole ea45d3b2c0
Merge pull request #838 from rqlite/dont-leak-db
Don't leak a database if deserialization fails
3 years ago
Philip O'Toole f0f8bf0388 Change what-was too noisy logging 3 years ago
Philip O'Toole 911df4c03b Don't leak a database if deserialization fails
Fixes https://github.com/rqlite/rqlite/issues/837.
3 years ago
Philip O'Toole 1e4e1e06e3
Merge pull request #836 from rqlite/add-wal-status
Add current SQLite journal mode to status output
3 years ago
Philip O'Toole bef5de19bb Update CHANGELOG 3 years ago
Philip O'Toole 8693694d14 Add current SQLite journal mode to status output 3 years ago
Philip O'Toole 192795618c
Merge pull request #835 from rqlite/sql-layer
Use Go standard libary sql/database abstraction
3 years ago
Philip O'Toole 60cf932b14 Update CHANGELOG 3 years ago
Philip O'Toole 5331f9d639 AppVeyor OS and stack 3 years ago
Philip O'Toole 40069b4da1 Absolute Go path in AppVeyor 3 years ago
Philip O'Toole 2b26f93992 More AppVeyor testing 3 years ago
Philip O'Toole 1afada1f9e Dump Go version in AppVeyor 3 years ago
Philip O'Toole de3f9a61f2 AppVeyor to Go 1.16 3 years ago
Philip O'Toole d96230d0eb Disable pointer checks during race testing
BoltDB has run fine for years with this issues, continue to ignore them.
3 years ago
Philip O'Toole 296762d52f Less verbose output during CircleCI testing 3 years ago
Philip O'Toole fbe57d8156 Upgrade CircleCI Go 3 years ago
Philip O'Toole 503825dbaf Remove Abort functionality
No longer relevant since each Exec and Query gets its own connection.
3 years ago
Philip O'Toole 561bb47a14 Port DB layer to sql/database
Empty statements now cause panic.
3 years ago
Philip O'Toole eb8dcf74ff Start moving to SQL layer
Builds.
3 years ago
Philip O'Toole 7699a3c340
Update CHANGELOG.md 3 years ago
Philip O'Toole f0573b72c1
Merge pull request #834 from rqlite/sync-db-conn
Sync use of DB connection
3 years ago
Philip O'Toole 5f5f7dbbea Sync use of DB connection
Possible, albeit simple, fix for https://github.com/rqlite/rqlite/issues/830
3 years ago
Philip O'Toole b9200951ee
Merge pull request #832 from rqlite/better-open-name
It's create, not open
3 years ago
Philip O'Toole 67b0368288 It's create in memory, not open 3 years ago
Philip O'Toole 0a55f0bed1 It's create, not open 3 years ago
Philip O'Toole 5e48eeb1c9
Update CHANGELOG.md 3 years ago
Philip O'Toole f20ac5e07d
Merge pull request #827 from rqlite/upgrade-dependencies
Upgrade SQLite to 3.36
3 years ago
Philip O'Toole 40b4344c10 SQLite 3.36 3 years ago
Philip O'Toole 7292d79438
Merge pull request #823 from rqlite/log-mux-conn
Log source address of muxed request
3 years ago
Philip O'Toole 4c17064d6b Log source address of muxed request 3 years ago
Philip O'Toole b9b11db1aa
6.0.1 is going out 3 years ago
Philip O'Toole 6c8a64484f
Merge pull request #822 from rqlite/dont-ignore-join
Don't ignore -join even if previous state exists
3 years ago
Philip O'Toole d129325ff3 Correct CHANGELOG 3 years ago
Philip O'Toole 9bbe68adaf More docs about changing network addresses 3 years ago
Philip O'Toole 4c49fc6c29 End-to-end test new join metrics 3 years ago
Philip O'Toole 01e2403015 Count various Join scenarios 3 years ago
Philip O'Toole 52b49c1fe6 Update CHANGELOG 3 years ago
Philip O'Toole bb46e2f63c Even better docs about joining 3 years ago
Philip O'Toole 950062329f Test rejoining with changed network addresses 3 years ago
Philip O'Toole e91f0e16e7 Simplify join end-to-end testing
Test now just makes sure stuff doesn't blow up. Need more extensive
testing of this operation.
3 years ago
Philip O'Toole a9fe7cb563 Better documentation on rejoin 3 years ago
Philip O'Toole fa90c7494a Merge branch 'master' of github.com:rqlite/rqlite into dont-ignore-join 3 years ago
Philip O'Toole 4591e2df35 Don't ignore -join even if previous state exists 3 years ago
Philip O'Toole c2e022fc55
Correct typo 3 years ago
Philip O'Toole a8385e6828 Merge branch 'master' of github.com:rqlite/rqlite 3 years ago