1
0
Fork 0

985 Commits (142b99f0da3208fefa4f49ebe398419c6fbf4b52)
 

Author SHA1 Message Date
Philip O'Toole 142b99f0da Merge pull request #234 from rqlite/otoolep-patch-1
Fix typo in comment
8 years ago
Philip O'Toole 4242a641b1 Fix typo in comment 8 years ago
Philip O'Toole c7385aebbb Merge pull request #233 from rqlite/tweak_url_help
Tweak help output for latest rqlite commands
8 years ago
Philip O'Toole 334e67cd99 Tweak help output for latest rqlite commands 8 years ago
Philip O'Toole cde8c16af6 Update CHANGELOG.md 8 years ago
Philip O'Toole 070c7b88b3 Update CHANGELOG.md 8 years ago
Philip O'Toole 080a8e2a3d Merge pull request #232 from tych0/add-rqlite-flexibility
Add rqlite flexibility
8 years ago
Tycho Andersen a73b597d4f cmd: add an --insecure flag to rqlite
This can be used to test against servers which don't have verifiable https
certs.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
8 years ago
Tycho Andersen 86bb3c46e5 cmd: add --prefix option to rqlite
If e.g. rqlite is embedded in some other HTTP engine via forwarding or
something, it might not be at /; let's allow the client to talk to rqlite
in this case.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
8 years ago
Philip O'Toole 5cf704d4fb Update CHANGELOG.md 8 years ago
Philip O'Toole 412f90ae55 Merge pull request #230 from rqlite/move_testdata
Move chinook package to idiomatic testdata dir
8 years ago
Philip O'Toole da21606644 Move chinook package to idiomatic testdata dir
https://github.com/golang/go/issues/14715
8 years ago
Philip O'Toole 4c5c241d97 Update RESTORE_FROM_SQLITE.md 8 years ago
Philip O'Toole 31c1b3964b Update README.md 8 years ago
Philip O'Toole 07eda39958 Update CHANGELOG.md 8 years ago
Philip O'Toole 2aa765005c Update CHANGELOG.md 8 years ago
Philip O'Toole 59006ef844 Update README.md 8 years ago
Philip O'Toole 2c340dc5f0 Merge pull request #229 from rqlite/fk_via_consensus
Remove explicit FK control
8 years ago
Philip O'Toole b3826410ae Add note re FK constraints after load() 8 years ago
Philip O'Toole 56d2e91070 Add note on Foreign Key constraints 8 years ago
Philip O'Toole 634f55211c Unit test with Chinook database
https://chinookdatabase.codeplex.com/
8 years ago
Philip O'Toole eda120ffaa Correct unit tests 8 years ago
Philip O'Toole 853c8381b7 Tweak restore docs 8 years ago
Philip O'Toole 1f6358e413 Update documentation 8 years ago
Philip O'Toole c00f1b460b Accept BEGIN and COMMIT on load() 8 years ago
Philip O'Toole beadc6463a Link to RESTORE_FROM_SQLITE 8 years ago
Philip O'Toole 8c1ee24192 Document restoring from SQLite dump file 8 years ago
Philip O'Toole 354e1a88d2 Update CHANGELOG 8 years ago
Philip O'Toole 39ebf50cb7 Remove explicit control of FK constraints
It's not clear whether it's the right thing to do, and FK constraints
can still be controlled via PRAGMA commands.
8 years ago
Philip O'Toole 9ffa309f69 Stop database-level control of FK during load 8 years ago
Philip O'Toole ec0922ec62 Merge pull request #228 from rqlite/no_batch_load
Start removing batch load
8 years ago
Philip O'Toole ed304b7840 Remove useless comment 8 years ago
Philip O'Toole 210367b51b Fix call to Load() 8 years ago
Philip O'Toole f87ee412e2 Correct unit tests
'PRAGMA foreign_keys=OFF' is no longer filtered.
8 years ago
Philip O'Toole 36368d6786 Start removing batch load 8 years ago
Philip O'Toole 4a99513755 Update CHANGELOG.md 8 years ago
Philip O'Toole 6cd1a6b7d0 Merge pull request #225 from rqlite/more_db_stats
More database-level stats
8 years ago
Philip O'Toole d140b1e8c7 More database-level stats 8 years ago
Philip O'Toole 885b4bdd47 Update BACKUPS.md 8 years ago
Philip O'Toole 9306ca49ff Merge pull request #224 from rqlite/db_stats
Add low-level DB expvar stats
8 years ago
Philip O'Toole 4c93492de1 Update CHANGELOG 8 years ago
Philip O'Toole 48f7bb2c50 Add low-level DB expvar stats 8 years ago
Philip O'Toole c3b3f92804 Merge pull request #223 from rqlite/tx_on_load
Use a transaction for loaded batch
8 years ago
Philip O'Toole 68793cfcbb Use a transaction for loaded batch
Bump the batch size to 1000 too.
8 years ago
Philip O'Toole db0125d920 Require Go 1.7 8 years ago
Philip O'Toole 6559282fb1 Merge pull request #220 from rqlite/multiline_db_test
Test multiline statements at DB level
8 years ago
Philip O Toole efc49511a5 Test multiline statements at DB level 8 years ago
Philip O'Toole 801965d23b Merge pull request #219 from rqlite/more_sql_load_tests
Test SQL loading with blank lines
8 years ago
Philip O Toole b95af88367 Test SQL loading with blank lines 8 years ago
Philip O'Toole 9f7117828d Merge pull request #218 from rqlite/skip_load_blank
Skip loading blank lines
8 years ago