1
0
Fork 0

2732 Commits (ca855b5b00546a837c9f8c3404abb9e20deb4ad7)
 

Author SHA1 Message Date
Philip O'Toole d83ce52767
Update CHANGELOG.md 3 years ago
Philip O'Toole 1755bc5df1
Update CHANGELOG.md 3 years ago
Philip O'Toole 696f08c90f
Update CHANGELOG.md 3 years ago
Philip O'Toole 60035d5a69
Update CHANGELOG.md 3 years ago
Philip O'Toole 02b7ba2442
Update CHANGELOG.md 3 years ago
Philip O'Toole 28e17f74c7
Update CHANGELOG.md 3 years ago
Philip O'Toole b1e516cc5e
Update CHANGELOG.md 3 years ago
Philip O'Toole d9eba2f8f3
Update CHANGELOG.md 3 years ago
Philip O'Toole 66927eabbb
Merge pull request #842 from rqlite/vfs-mem
Support true concurrent queries via vfs=memdb
3 years ago
Philip O'Toole 497d3dd873 Remove obsolete foreign key constraint control 3 years ago
Philip O'Toole c086eba427 Remove debug statement 3 years ago
Philip O'Toole b83424484d Enhance SQLite database status 3 years ago
Philip O'Toole cc8b924e64 Fix WaitGroup usage in test 3 years ago
Philip O'Toole 4f2818d037 Add concurrent query test 3 years ago
Philip O'Toole eec7494d62 DB size requires a read-write connection 3 years ago
Philip O'Toole 6edff5ba24 Deal with SQLite connection "caching"?
https://github.com/mattn/go-sqlite3/issues/966
3 years ago
Philip O'Toole bf51947ca9 Better error messages 3 years ago
Philip O'Toole d101e10469 Test writing via the query connection
It should fail.
3 years ago
Philip O'Toole 854cf362fd Don't specify mode=rw on file open
Not sure why.
3 years ago
Philip O'Toole 6dc9583dab Implement concurrent reads and writes
Disk doesn't support it yet, as it has not moved to WAL mode. Perhaps
wait for next release to do that.
3 years ago
Philip O'Toole 1a6eb951db
Remove Go report badge since it's broken 3 years ago
Philip O'Toole db1768c63f Initial implementation of two database connections 3 years ago
Philip O'Toole 90a0d397c6 Switch from mode=memory to vfs=memdb for in-mem DB 3 years ago
Philip O'Toole 791a1b0b72 Remove obsolete references to DSN 3 years ago
Philip O'Toole 9ecd52ba09
Merge pull request #841 from rqlite/pull-dsn-support
Remove support for specifying SQLite DSN
3 years ago
Philip O'Toole fda093b073 Remove reference to DSN in system test 3 years ago
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