1
0
Fork 0

2564 Commits (b0a1fb09a9e00b890e6ee25171cfeeeb726d475c)
 

Author SHA1 Message Date
Philip O'Toole 852b07c935
Merge pull request #850 from rqlite/json1-test
Adding JSON1 unit test
3 years ago
Philip O'Toole f7b390ab28 Adding JSON1 unit test 3 years ago
Philip O'Toole 143713d84f
Merge pull request #849 from rqlite/more-concurrent-testing
More concurrent query testing
3 years ago
Philip O'Toole 96f9e85ee3 More concurrent query testing 3 years ago
Philip O'Toole 96b49c4428
Update FAQ.md 3 years ago
Philip O'Toole 2fb1713655
Update FAQ.md 3 years ago
Philip O'Toole eeeb53e5ee Add trivial rqbench-based load test 3 years ago
Philip O'Toole 3cee11de6f Count number of query errors 3 years ago
Philip O'Toole 47ee6dd75f Fix up import ordering 3 years ago
Philip O'Toole df2b8ed001
Update README.md 3 years ago
Philip O'Toole 8635cb72d3
Update CHANGELOG.md 3 years ago
Philip O'Toole 7103d425c8
6.1.0 is going out 3 years ago
Philip O'Toole 188b0d2972
Update CHANGELOG.md 3 years ago
Philip O'Toole 30bf8833ba
Merge pull request #848 from rqlite/new-compile-options
Upgrade to new compile options
3 years ago
Philip O'Toole 6c69e8a9b5 Upgrade to new compile options 3 years ago
Philip O'Toole 9d377fbebf
Update FOREIGN_KEY_CONSTRAINTS.md 3 years ago
Philip O'Toole 0536bc3c1c ABL 3 years ago
Philip O'Toole 4d2012ff31
Update CHANGELOG.md 3 years ago
Philip O'Toole 74d0780a5f
Merge pull request #845 from rqlite/sqlite-options
Add SQLite compile-time options to status output
3 years ago
Philip O'Toole 0fbd16bd3d
Merge pull request #847 from rqlite/use-fsm-idx
Use FSM index in tests
3 years ago
Philip O'Toole 39d0f2ad4a Merge branch 'master' of github.com:rqlite/rqlite into sqlite-options 3 years ago
Philip O'Toole fc76327b46 Use FSM index in tests 3 years ago
Philip O'Toole 4e63bc6aca
Merge pull request #846 from rqlite/db-applied-index
New DB and FSM indexes to track state
3 years ago
Philip O'Toole b8d72f3fc4 New DB and FSM indexes to track state 3 years ago
Philip O'Toole ea723ee830 Ping databases on open to ensure full availability 3 years ago
Philip O'Toole 953e82f7c4 Add SQLite compile-time options to status output 3 years ago
Philip O'Toole 11da97f455 Fix typo 3 years ago
Philip O'Toole e5a8c41724 Revert "Remove Go report badge since it's broken"
This reverts commit 1a6eb951db.
3 years ago
Philip O'Toole 696bac655f Merge branch 'master' of github.com:rqlite/rqlite 3 years ago
Philip O'Toole f03900b282 Log type of database on start-up 3 years ago
Philip O'Toole ed5297c397
Update CHANGELOG.md 3 years ago
Philip O'Toole e31962a39a
Update CHANGELOG.md 3 years ago
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