drh
|
7cca2e6259
|
Merge the latest trunk changes into the sessions branch.
FossilOrigin-Name: eb036d6f81e15bac013316bf5b1b2ba3e0bd4605
|
2011-08-26 19:20:47 +00:00 |
|
drh
|
88caeac774
|
Fix some harmless compiler warnings.
FossilOrigin-Name: 46f5a68bfa4199a4bd398030bf88bfbb4df3d5ca
|
2011-08-24 15:12:08 +00:00 |
|
drh
|
96e5088cda
|
New makefile target "sqlite3-debug.c" builds an amalgamation that include
appropriate "#line" macros relating the code back to the original source
files.
FossilOrigin-Name: 26f2da24b080bf89e3574bd1a162eb1fead51456
|
2011-08-15 15:27:20 +00:00 |
|
dan
|
15bf39034a
|
Merge latest trunk changes into experimental branch.
FossilOrigin-Name: 7e515055f219b01dd72df4e27bdcabfa2f9be5c2
|
2011-08-12 16:30:30 +00:00 |
|
drh
|
8a3bb3fddd
|
Merge the latest trunk changes into the sessions branch.
FossilOrigin-Name: 110cfd6920cf3011aeaf7e586f8db867bfc69fbb
|
2011-07-22 12:49:27 +00:00 |
|
drh
|
07516dd5df
|
Add makefile targets sqlite3-all.c.
FossilOrigin-Name: 71f7be586f5a18493cd516f89c4ecc460bb24462
|
2011-07-22 11:16:39 +00:00 |
|
dan
|
a20fde64eb
|
Experimental support for speeding up CREATE INDEX commands using an offline merge sort.
FossilOrigin-Name: 30dbf0feab0323250404e0741ac2716bcb6b0cbe
|
2011-07-12 14:28:05 +00:00 |
|
dan
|
e7152dc76b
|
Add a target to main.mk that will fail if the amalgamation contains any exported symbols that do not begin with "sqlite3_". Run this target from within releasetest.tcl. Add "static" to a couple of private functions in mem3.c.
FossilOrigin-Name: a68b6580c7d436c896a644a475cdba33c2c8d6e6
|
2011-07-07 08:19:16 +00:00 |
|
dan
|
53ae686bfb
|
Update sessions branch with latest trunk changes.
FossilOrigin-Name: 48d5cab3ac08b25ec94d6ecfd25779320558110f
|
2011-06-22 12:01:08 +00:00 |
|
dan
|
188829b491
|
Fix main.mk so that the "amalgamation-testfixture" target works again.
FossilOrigin-Name: 22265323f7785ec5e2afc14a989d53dcbbd36250
|
2011-06-21 15:24:30 +00:00 |
|
drh
|
3dcf39afa0
|
Add a new AWK script in the tool/ folder for converting text files into
C string literals. Use it for building sqlite3_analyzer.
FossilOrigin-Name: dcb46d3f68e219a84c67c7ffef26fd2076a0ba28
|
2011-06-21 03:36:06 +00:00 |
|
drh
|
8863f35f5c
|
Merge the latest trunk changes into the sessions branch.
FossilOrigin-Name: 4c5e276c902e0b93cfc05bf2e1db966ecdac0ed0
|
2011-06-20 10:44:10 +00:00 |
|
dan
|
99ebad90e3
|
Fix a bug exposed by combining matchinfo(), NEAR and "ORDER BY rowid DESC".
FossilOrigin-Name: 5f6b87f420f21749aa7c72e020c50aca74890086
|
2011-06-13 09:11:01 +00:00 |
|
drh
|
4ec233f12a
|
Merge all the latest trunk changes into the sessions branch, especially
the disappearing WAL transaction fix.
FossilOrigin-Name: 5b1b536cf828850d0e8ac2ab08e8696082715877
|
2011-05-19 02:48:46 +00:00 |
|
dan
|
807d0fcaba
|
Avoid including fts3_term.c in the amalgamation, as it contains test code only.
FossilOrigin-Name: f392b7ae0266b4c694836583cb91b10f2b6c0752
|
2011-05-17 14:41:36 +00:00 |
|
drh
|
79d0e1c0a7
|
Also add fts3_term.c to main.mk.
FossilOrigin-Name: 966f2d2c1f01b6345eab5df87a40d337ced1c087
|
2011-05-13 17:11:20 +00:00 |
|
drh
|
0576a30dad
|
Merge the latest trunk changes into the sessions branch.
FossilOrigin-Name: 6883580e6c8973010a42d1d2c5bde04c6b2f4eb7
|
2011-05-05 15:46:16 +00:00 |
|
dan
|
a311b80392
|
Extra tests for fts3. And fixes for conflict-handling related problems in fts3.
FossilOrigin-Name: fb4a355871d9482ccb28b6ba03b842b3cc87b696
|
2011-04-26 19:21:34 +00:00 |
|
drh
|
b92fce1eae
|
Merge the latest changes of trunk into the session branch.
FossilOrigin-Name: 95d53c44320b9639f2623aa9cc88d0d3e1a3be8f
|
2011-04-04 13:19:36 +00:00 |
|
drh
|
70586beb3d
|
Add the "wholenumber" virtual table module to the test suite - useful in
populating tables with many rows of content prior to a test.
FossilOrigin-Name: 975dff155bd9db42f2b6855b24c861852bb7a201
|
2011-04-01 23:49:44 +00:00 |
|
drh
|
f5a8a917ee
|
Merge the word-fuzzer branch into trunk.
FossilOrigin-Name: f77609d44194ee8871b3fb281ea6b90a9182f69f
|
2011-04-01 20:47:27 +00:00 |
|
drh
|
5847b5f9c3
|
Merge in all the latest changes from trunk.
FossilOrigin-Name: b11d941e92897663da46160185e6e305d4e28fe6
|
2011-03-30 02:03:12 +00:00 |
|
dan
|
213ca0a8cf
|
Add test infrastructure (and some tests) to inject faults into os_unix.c using the new xSetSystemCall interface.
FossilOrigin-Name: 0e1d20dfaeea5ab285d16aa4b8f02b61b1d2bc10
|
2011-03-28 19:10:06 +00:00 |
|
drh
|
326a67d0e8
|
Skeleton code for the word-fuzzer virtual table.
FossilOrigin-Name: ea3a4ee136ff6699c3099178f0efaa8bb517715f
|
2011-03-26 15:05:27 +00:00 |
|
dan
|
4fccf43aae
|
Add start of sessions feature.
FossilOrigin-Name: 269a81a37d7dbdcdec3c2322074916af0fbac91c
|
2011-03-08 19:22:50 +00:00 |
|
drh
|
87fa53ee8d
|
Merge in the blocking-checkpoint enhancement, including the new
sqlite3_wal_checkpoint_v2() interface and the
PRAGMA wal_checkpoint(full) statement.
FossilOrigin-Name: bac7342c368a7c4f5f2878e08d9581dcbf57dd58
|
2011-02-02 16:34:08 +00:00 |
|
dan
|
a240fd01b6
|
Add virtual table module "fts4aux", used to inspect the full-text index of an fts4 table directly. Also add the "compress" and "uncompress" fts4 options.
FossilOrigin-Name: b010ddcc52889160af2183a33c5f483bb0ae91b9
|
2011-02-01 16:34:32 +00:00 |
|
drh
|
27f9aba18c
|
Merge the checkpoint_fullfsync pragma and the superlock demonstration into
the checkpoint-v2 experimental branch.
FossilOrigin-Name: ebf74015f09fe241c1c6902dc8954f2b59ab41ec
|
2010-11-19 18:51:31 +00:00 |
|
dan
|
e336b0017d
|
Add file test_superlock.c with example code for obtaining an exclusive lock on either rollback or wal mode databases.
FossilOrigin-Name: 1a3e7417a2184188fe21c3284e58720da9ca11cf
|
2010-11-19 18:20:09 +00:00 |
|
dan
|
24cd616ed8
|
Add file test/tt3_checkpoint.c that adds a multi-threaded test for blocking checkpoints to threadtest3.
FossilOrigin-Name: 648dd157ef3b7b790764698fd4dd7107c25212c9
|
2010-11-19 09:58:11 +00:00 |
|
drh
|
5a092e98fa
|
Fix the main.mk makefile to include test_multiplex.c for testfixture.
FossilOrigin-Name: c27c51180e88744939ba5af099b6e510968ed2c3
|
2010-11-04 21:03:47 +00:00 |
|
drh
|
aa1cf5abc0
|
Add #ifndef USE_SYSTEM_SQLITE...#endif around the bundled SQLite library
for the TCL bindings.
FossilOrigin-Name: 8d85584a4e0761afa0ff1e9e69036f1a66ab22dc
|
2010-10-01 17:23:46 +00:00 |
|
dan
|
d38bc1b4fa
|
Run the multi-threaded tests in test/threadtest3.c as part of releasetest.tcl. Remove the OMIT_BUILTIN_TEST symbol from the "Device-Two" configuration.
FossilOrigin-Name: 3f5406e3231fbe84659712c9383b3e04cc6c11a8
|
2010-09-13 12:15:36 +00:00 |
|
dan
|
8cf35eb449
|
Add file test_quota.c, demonstrating how file-system quotas may be implemented as a VFS wrapper.
FossilOrigin-Name: 383eb87bbf560b20682dd5be0e18ddadf762f415
|
2010-09-01 11:40:05 +00:00 |
|
dan
|
9508daa929
|
Add code to allow user-defined searches of r-tree tables. Still largely untested.
FossilOrigin-Name: 782ca3b716ee1ecb0dfb5ab6f21dfd73d41758e4
|
2010-08-28 18:58:00 +00:00 |
|
drh
|
3a0f13ff83
|
Fix makefiles so that they build sqlite3_analyzer again. Tweaks to comments
in test_stat.c. Fix tclsqlite.c to build the sqlite3_analyzer again.
FossilOrigin-Name: e6cd15451d8c47bfc86d07565655920134b494fe
|
2010-07-12 16:47:48 +00:00 |
|
dan
|
599e9d21bb
|
Changes so that the space-analyzer script works with 3.7.0.
FossilOrigin-Name: 86159cb3f00a380dc55be3affb01c433618f0683
|
2010-07-12 08:39:37 +00:00 |
|
shaneh
|
186070588c
|
Minor changes to Makefile.in to bring it more inline with main.mk.
FossilOrigin-Name: 5621862b0e2fc945ded51f5926a6b4c9f07d0ab7
|
2010-07-06 20:37:09 +00:00 |
|
dan
|
0626dfc3dc
|
Changes to the way tcl test scripts work. No changes to production code.
FossilOrigin-Name: 2c5e48a4855e2ec4572697c8fcfe4433e302ef33
|
2010-06-15 06:56:37 +00:00 |
|
dan
|
c7991bdf29
|
Test the handling of errors returned by the xShmXXX() APIs.
FossilOrigin-Name: 72663123d6be2b194cad7a6057d0f20dd0d9fe05
|
2010-05-05 19:04:59 +00:00 |
|
drh
|
c438efd68a
|
Change the names of the log.c and log.h source files to wal.c and wal.h.
FossilOrigin-Name: 56fe5d7624f840417152bcc63efbe21a5f557920
|
2010-04-26 00:19:45 +00:00 |
|
dan
|
7c24610e64
|
Import experimental write-ahead-logging code.
FossilOrigin-Name: 409d61baeb0a19d1700c973f16c8acef7b8506cd
|
2010-04-12 19:00:29 +00:00 |
|
dan
|
0a7a9155a4
|
Add file test_demovfs.c, containing a simple VFS implementation that demonstrates how writes to the journal file may be safely buffered by the VFS layer to improve performance on some embedded systems.
FossilOrigin-Name: af3b72d94a1b6513f02402af3ada5fb5dd390151
|
2010-04-07 07:57:38 +00:00 |
|
drh
|
380083ce18
|
Merge the compile-time option introspection interfaces into the trunk.
FossilOrigin-Name: 9f429434c0404f03a3e5c6741b769afe98a5c6c9
|
2010-02-23 20:32:15 +00:00 |
|
shaneh
|
dc97a8cdc1
|
Refactored compile time option diagnostic support to use strings identifiers instead of bitmask.
FossilOrigin-Name: 76a0294ab4208a0858a13bab0858e1bc1448b651
|
2010-02-23 20:08:35 +00:00 |
|
dan
|
601cd9aa24
|
Change the fts3 test interface used to configure the advisory node size paraemeter.
FossilOrigin-Name: 87fc0ce151c89beb5a43b65c0b1706f340c0c173
|
2009-12-11 16:03:45 +00:00 |
|
drh
|
f7829ad0e9
|
Make sure the new fts3Int.h header file is added to the amalgamation.
FossilOrigin-Name: f25558f333637b83f98a649acbb8a0d5dbada9ba
|
2009-11-25 22:42:22 +00:00 |
|
drh
|
c7bc4fde3c
|
Initial check-in of code that inserts tokenizations of the values
for bound parameters into the output of sqlite3_trace().
FossilOrigin-Name: 545cfb3b63f482036ae152e6ebcce86d373585a8
|
2009-11-25 18:03:42 +00:00 |
|
dan
|
16708c4a0d
|
Fix some fts3 related issues with the autoconf and amalgamation build systems.
FossilOrigin-Name: 3b17924754343c0163464dabf01a9c46ffccef28
|
2009-11-19 15:25:25 +00:00 |
|
dan
|
09977bb9f0
|
Start reworking fts3 code to match the rest of SQLite (code conventions, malloc-failure handling etc.).
FossilOrigin-Name: 30a92f1132801c7582007ee625c577ea2ac31cdf
|
2009-11-13 10:36:20 +00:00 |
|