1
0
Fork 0

483 Commits (3bfadcfbe778601b6f03751c1deb0c5a097b4654)
 

Author SHA1 Message Date
Philip O'Toole f65218201d Update doc.go 9 years ago
Philip O'Toole 932864d639 Create CHANGELOG.md 9 years ago
Philip O Toole 352f4b102b Revert "Remove broken CircleCI badge"
This reverts commit 584799f2d0.
9 years ago
Philip O'Toole 584799f2d0 Remove broken CircleCI badge 9 years ago
Philip O'Toole 8d070cf96e Update example output with types 9 years ago
Philip O'Toole 85193a6870 Merge pull request #71 from zmedico/decltype
Use SQLiteRows.DeclTypes() to fix issue #52
9 years ago
Zac Medico 9f348a6171 Use SQLiteRows.DeclTypes() to fix issue #52 9 years ago
Zac Medico f62787624c
Bypass sql.DB for queries (for direct SQLiteRows access)
It's necessary to bypass sql.DB in order to gain access to SQLiteRows
instances, which is the first step toward inclusion of result column
type declarations in query results for issue #52.
9 years ago
Philip O'Toole b705de5240 Faulty leader redirection still disabled 9 years ago
Philip O'Toole 4524d014eb Leader redirection almost complete 9 years ago
Philip O'Toole 9d614b7c8d Add explicit error for "no leader" 9 years ago
Philip O Toole f28b315a8d 'go fmt' fixes 9 years ago
Philip O Toole 68719955e0 Prep for extensive service unit tests 9 years ago
Philip O Toole 6c12e39809 Require Store to expose Leader() 9 years ago
Philip O'Toole 77141ff193 Correct comment 9 years ago
Philip O'Toole 0701bc9c6b Merge pull request #68 from tcyrus/patch-1
Update README.md
9 years ago
Timothy Cyrus 5d8cfd9cc7 Update README.md 9 years ago
Philip O'Toole 12de94fe59 Update README.md 9 years ago
Philip O'Toole 581cd31eb1 Move to Go 1.4 9 years ago
Philip O'Toole 3cbce065ed Futher build updates 9 years ago
Philip O'Toole 3c8e79fff0 Tighten build instructions 9 years ago
Philip O'Toole 21952567b1 Fix build instructions 9 years ago
Philip O'Toole 3f1a3b3777 Fix Raft snapshots of in-memory databases
The snapshot code assumed all databases were disk-based.
9 years ago
Philip O'Toole 8808a402f1 README typos 9 years ago
Philip O'Toole 6aa4f00169 Update README.md 9 years ago
Philip O'Toole 9cd34e25b3 Update README.md 9 years ago
Philip O'Toole 55a3cca5ae Update README.md 9 years ago
Philip O'Toole f28c0b650e Precise checking of CircleCI
Issue #64.
9 years ago
Philip O'Toole 534a1bd59b Unit test transactions at the store level 9 years ago
Philip O'Toole d5c16e1aca Update README.md 9 years ago
Philip O'Toole faaaacd2a6 Remove reporting 9 years ago
Philip O'Toole 7a9f443dd8 Note about practical cluster sizes 9 years ago
Philip O'Toole 8cb852d1cf Prettier store address in status 9 years ago
Philip O'Toole 59052ec0b4 More status output 9 years ago
Philip O'Toole e88f97ed06 Support cluster-level leader checks for queries 9 years ago
Philip O'Toole d294012814 Fix HTTP unit tests after new status route 9 years ago
Philip O'Toole 0607a69382 Only show backup time if it has occurred 9 years ago
Philip O'Toole 92329628cf More /status functionality 9 years ago
Philip O'Toole 59cdb6856c Rename 'statistics' route as 'status'. 9 years ago
Philip O'Toole 6fd6f667a2 Quotes needed in README 9 years ago
Philip O'Toole e44c53e6e7 Make build instructions clearer 9 years ago
Philip O Toole b282aede1b 'go fmt' fixes 9 years ago
Philip O Toole a653a5feb5 Skip multi-node test on CircleCI
Seems like there might be something special about their networking.
9 years ago
Philip O Toole 005acb25ed Merge branch 'master' of https://github.com/otoolep/rqlite 9 years ago
Philip O Toole ce0a2ce269 Usage and comment fixes 9 years ago
Philip O Toole f1963221ca Small fixes and formatting 9 years ago
Philip O Toole ecaf8cb25e Add directions on backups 9 years ago
Philip O Toole cc73f0abbc Default to leader check before backup 9 years ago
Philip O Toole 947cd053be Don't set content-type header for backup
It was getting prepended to the body of the request, and corrupting
the database. It's set automatically anyway.

Backup now appears functional.
9 years ago
Philip O Toole f668f1ad17 Restore Vagrant directions 9 years ago