dan
|
2798f0b54b
|
Fix compiler warnings in rbu code.
FossilOrigin-Name: 0fdc36fe35ae2fc8e9688fe6c53437f4d47502d9
|
2015-08-28 16:41:45 +00:00 |
|
dan
|
5ef2b281aa
|
When updating a zipvfs database with RBU, set journal_mode=off to prevent the upper-level pager from creating a large temporary file.
FossilOrigin-Name: dec14a3980dcf6c61b0b9ac4ba82fa963ac346d4
|
2015-08-19 08:34:34 +00:00 |
|
dan
|
82d7aea6d4
|
Add the sqlite3rbu_savestate() function to the rbu extension. To force rbu to save its state to disk without closing the sqlite3rbu* handle.
FossilOrigin-Name: 851a875ad6b81f90960caf4d03b116afc911858d
|
2015-08-13 18:26:09 +00:00 |
|
dan
|
4510faa6df
|
Avoid invoking system call unlink() directly from RBU code. Use the xDelete method of the default VFS instead.
FossilOrigin-Name: ee966af8ff79189f8b90f3557dea21059517dfe2
|
2015-08-13 11:46:21 +00:00 |
|
drh
|
027616d4ce
|
Fix compiler warnings and remove unreachable code.
FossilOrigin-Name: be190fe7826d157fc5acd84210095725b059e4f6
|
2015-08-08 22:47:47 +00:00 |
|
dan
|
d50bd6b0aa
|
Update RBU to avoid repreparing a statement immediately after it is prepared.
FossilOrigin-Name: 1d75a41bb2f7fcd32f9f08768517b814e452e456
|
2015-08-08 15:13:08 +00:00 |
|
dan
|
0734b5a057
|
Add extra tests for RBU and FTS3/4.
FossilOrigin-Name: 3419044967258e3ed65f71528e06952ee102dcc7
|
2015-08-01 18:18:21 +00:00 |
|
dan
|
a9ca8afef5
|
Add support for "fossil deltas" to RBU and "sqldiff --rbu".
FossilOrigin-Name: e26ef165fe2f7524684af0d269d38475ea8b9489
|
2015-07-31 19:52:03 +00:00 |
|
dan
|
dd688e7970
|
Fix a problem causing [sqldiff --rbu] to fail on tables for which all columns are part of the PRIMARY KEY.
FossilOrigin-Name: 93449e7046d60cad020ca439ded82e759c2e3cd9
|
2015-07-31 15:13:29 +00:00 |
|
dan
|
994618521c
|
Add the --rbu switch to the "sqldiff" utility.
FossilOrigin-Name: 098bea26da4533d9ad97a85687cca56fb0d764a4
|
2015-07-30 20:26:16 +00:00 |
|
dan
|
c1e8ae679a
|
Allow RBU tables to be named "data[0-9]*_<target>" instead of strictly "data_<target>". Also update RBU so that it always processes data tables in order sorted by name.
FossilOrigin-Name: 287aa30601506f168d355c35176a3383474444ca
|
2015-07-30 11:38:19 +00:00 |
|
mistachkin
|
24fa5435ee
|
Enable the RBU extension to compile cleanly on Windows using MSVC.
FossilOrigin-Name: cca79fdc3dff65907c2a59369057265b4512058f
|
2015-07-24 21:19:25 +00:00 |
|
dan
|
5555741bdc
|
Allow the RBU module to read data from appropriately named SQL views created within the RBU database.
FossilOrigin-Name: 45c6a760ca63d19a7ccc352c7e35d8391025b515
|
2015-07-24 18:58:59 +00:00 |
|
mistachkin
|
f6972c3764
|
Update RBU description comment in the header file. No changes to code.
FossilOrigin-Name: 119883a21bdcab66c15d1e80f3da20addda328ad
|
2015-07-24 00:02:15 +00:00 |
|
drh
|
cfb8f8d6a9
|
Change the name of the OTA extension to RBU: Resumable Bulk Update.
FossilOrigin-Name: 017c5019e1ce042025d4f327e50ec50af49f9fa4
|
2015-07-23 20:44:49 +00:00 |
|