1
0
Fork 0

5523 Commits (693a97f5196aae82cacbdafb0f6e114092a3fc2d)
 

Author SHA1 Message Date
Philip O'Toole 58956c04fe Update CHANGELOG.md 9 years ago
Philip O Toole b171e888a3 Distinct file for upload to CIRCLE_ARTIFACTS 9 years ago
Philip O Toole d9fc4390fa Try install to generate Circle artifacts 9 years ago
Philip O Toole 5e8b620b3c Try out build artifacts 9 years ago
Philip O Toole 1a16588450 Fix 'timings' JSON tag 9 years ago
Philip O Toole 71f5789167 More updates to README 9 years ago
Philip O Toole 4104f0daae Minor tweaks to backup instructions 9 years ago
Philip O Toole ec3af02ba5 Basic HTTP stats to expvar 9 years ago
Philip O Toole 68107a4874 More README updates 9 years ago
Philip O Toole 076a996a8b Support expvar data 9 years ago
Philip O Toole ac92530a6d Add sqlite file size to status 9 years ago
Philip O Toole 7bf9b32425 Removed unused isExplain() 9 years ago
Philip O Toole 8433c2ef2f Fix http unit tests 9 years ago
Philip O Toole db1fb33fd3 Allow timing control
Fixes issue #75.
9 years ago
Philip O Toole 8f674219eb Re-enable timings 9 years ago
Philip O Toole 1649b83d14 Fix unexpected command 'typ' 9 years ago
Philip O Toole a740e6762a Add notes about read consistency levels 9 years ago
Philip O Toole 11c18cd769 Service and store support consistency levels
Fix issue #5.
9 years ago
Philip O Toole 20a05fd0a1 Refactor Raft command to support queries 9 years ago
Philip O'Toole 721445acd0 Update db.go 9 years ago
Philip O'Toole 9b4f0d409e More package doc for db 9 years ago
Philip O'Toole 2b08c194ea Update db.go 9 years ago
Philip O Toole 959ceaecfa Use 'timings' instead of 'verbose' 9 years ago
Philip O'Toole 7b628686bf Add SQLite version to diagnostics 9 years ago
Philip O'Toole 62c17291b4 More diagnostic information 9 years ago
Philip O'Toole c41e31089b Update CHANGELOG.md 9 years ago
Philip O'Toole 76eb0656ca Document 'verbose' URL param 9 years ago
Philip O'Toole ddad80be8c Start adding 'verbose' query param 9 years ago
Philip O Toole 3d4a45153b Revert "Force failure to check 'go fmt' test"
This reverts commit d184e3f767.
9 years ago
Philip O Toole d184e3f767 Force failure to check 'go fmt' test 9 years ago
Philip O Toole c384137050 Check 'go fmt' during CircleCI 9 years ago
Philip O Toole 333caaae75 Add script to check 'go fmt' status 9 years ago
Philip O'Toole 5bc007f40b Update CHANGELOG.md 9 years ago
Philip O Toole 1554934e88 'go fmt' fixes 9 years ago
Philip O Toole 99b1543089 Update CHANGELOG 9 years ago
Philip O'Toole 78979780fc Merge pull request #74 from zmedico/direct-sqlite3-issue-73
Use sqlite3.SQLiteDriver directly, fix issue #73
9 years ago
Zac Medico 285c8d4be6 Use sqlite3.SQLiteDriver directly, fix issue #73 9 years ago
Philip O Toole e7e212411a Ensure Raft dir exists 9 years ago
Philip O Toole 300d58cfd3 'go fmt' fixes 9 years ago
Philip O'Toole e8a85c8ff3 Update CHANGELOG.md 9 years ago
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