1
0
Fork 0

2756 Commits (81f749424b306300474897c692c976226f027a38)
 

Author SHA1 Message Date
Philip O'Toole e0da96dd55 Remove support for specifying SQLite DSN
This is a breaking change. However this feature hasn't been tested and
allows end-users to break the system too easily. Low-level control over
the SQLite database is better done with PRAGMA commands where possible.
3 years ago
Philip O'Toole a74892244e
Update DIAGNOSTICS.md 3 years ago
Philip O'Toole fe25c08471
6.0.2 is going out 3 years ago
Philip O'Toole 403d3403cc
Merge pull request #840 from rqlite/fix-empty-statements
Upgrade to rqlite/go-sqlite3 v1.20.4
3 years ago
Philip O'Toole f44f2c8294 Update CHANGELOG 3 years ago
Philip O'Toole 2924ed407d Upgrade to rqlite/go-sqlite3 v1.20.4 3 years ago
Philip O'Toole 3154b98ec1
Merge pull request #839 from rqlite/no-inmem-pool
Limit in-memory connection pool to 1 connection
3 years ago
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