SQLite

Changes On Branch lsm-vtab
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch lsm-vtab Excluding Merge-Ins

This is equivalent to a diff from 9afd7a2f to 680cc064

2017-06-29
13:19
Add the LSM1 extension. (check-in: 824e8327 user: drh tags: trunk)
12:54
Implement xUnlink, xShmMap, and xShmUnmap for lsm1 on Win32. (Closed-Leaf check-in: 680cc064 user: mistachkin tags: lsm-vtab)
00:20
Implement xRemap for lsm1 on Win32. Also, zero file handle when closing it. (check-in: 93c9aa7d user: mistachkin tags: lsm-vtab)
2017-06-15
16:45
Fix typo and improve the wording of the description of "Metadata" in the output of the sqlite3_analyzer tool. (check-in: ca1ff707 user: drh tags: trunk)
15:06
Merge the latest changes from trunk. (check-in: 60105c22 user: drh tags: lsm-vtab)
13:07
Fix harmless compiler warnings in the shell.c file (check-in: 9afd7a2f user: drh tags: trunk)
12:50
Improvements to the ".tables" command in the command-line shell so that it shows the name of all schemas if the name is anything other than "main". (check-in: c7f778b7 user: drh tags: trunk)

Changes to Makefile.msc.

Added ext/lsm1/Makefile.

Added ext/lsm1/Makefile.msc.

Added ext/lsm1/lsm-test/README.

Added ext/lsm1/lsm-test/lsmtest.h.

Added ext/lsm1/lsm-test/lsmtest1.c.

Added ext/lsm1/lsm-test/lsmtest2.c.

Added ext/lsm1/lsm-test/lsmtest3.c.

Added ext/lsm1/lsm-test/lsmtest4.c.

Added ext/lsm1/lsm-test/lsmtest5.c.

Added ext/lsm1/lsm-test/lsmtest6.c.

Added ext/lsm1/lsm-test/lsmtest7.c.

Added ext/lsm1/lsm-test/lsmtest8.c.

Added ext/lsm1/lsm-test/lsmtest9.c.

Added ext/lsm1/lsm-test/lsmtest_bt.c.

Added ext/lsm1/lsm-test/lsmtest_datasource.c.

Added ext/lsm1/lsm-test/lsmtest_func.c.

Added ext/lsm1/lsm-test/lsmtest_io.c.

Added ext/lsm1/lsm-test/lsmtest_main.c.

Added ext/lsm1/lsm-test/lsmtest_mem.c.

Added ext/lsm1/lsm-test/lsmtest_tdb.c.

Added ext/lsm1/lsm-test/lsmtest_tdb.h.

Added ext/lsm1/lsm-test/lsmtest_tdb2.cc.

Added ext/lsm1/lsm-test/lsmtest_tdb3.c.

Added ext/lsm1/lsm-test/lsmtest_tdb4.c.

Added ext/lsm1/lsm-test/lsmtest_util.c.

Added ext/lsm1/lsm-test/lsmtest_win32.c.

Added ext/lsm1/lsm.h.

Added ext/lsm1/lsmInt.h.

Added ext/lsm1/lsm_ckpt.c.

Added ext/lsm1/lsm_file.c.

Added ext/lsm1/lsm_log.c.

Added ext/lsm1/lsm_main.c.

Added ext/lsm1/lsm_mem.c.

Added ext/lsm1/lsm_mutex.c.

Added ext/lsm1/lsm_shared.c.

Added ext/lsm1/lsm_sorted.c.

Added ext/lsm1/lsm_str.c.

Added ext/lsm1/lsm_tree.c.

Added ext/lsm1/lsm_unix.c.

Added ext/lsm1/lsm_varint.c.

Added ext/lsm1/lsm_vtab.c.

Added ext/lsm1/lsm_win32.c.