1
0
Fork 0

1419 Commits (406180ecd06ea32e0c37b5cf64f50656c5d65937)
 

Author SHA1 Message Date
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
Philip O Toole f44c08a530 Skip loading blank lines 8 years ago
Philip O'Toole 492d828724 Update CHANGELOG.md 8 years ago
Philip O'Toole 996ba41ff2 Update CHANGELOG.md 8 years ago
Philip O'Toole 9989f58f2c Update CHANGELOG.md 8 years ago
Philip O'Toole 0f7889ed55 Merge pull request #217 from rqlite/integrate_sql_parser
Start integration of SQL line parser
8 years ago
Philip O Toole 9c180d8f43 SQL parser now strips newlines 8 years ago
Philip O Toole 7f114fd106 Trim leading and trailing whitespace 8 years ago
Philip O Toole 1f5cfc65d8 Trim leading and trailing newlines 8 years ago
Philip O Toole 84f3be9c10 Add missing package 8 years ago
Philip O Toole b87de293ce Move \n ; trimming to SQL line parser 8 years ago
Philip O Toole 6ee9cdbbdf Start integration of SQL line parser 8 years ago
Philip O'Toole f2ce9a3545 Merge pull request #216 from rqlite/tt_parser_tests
Add test of multiline parsing
8 years ago
Philip O Toole 2cc00a17af Add test of multiline parsing 8 years ago
Philip O'Toole cf9acf75d5 Merge pull request #215 from rqlite/tt_parser_tests
Move to table-driven tests for SQL parser
8 years ago
Philip O'Toole d3d9f7a4f7 Move to table-driven tests for SQL parser 8 years ago
Philip O'Toole 71e33770e6 Merge pull request #214 from rqlite/sql_more_parsing
Better test messages
8 years ago