SQLite

Check-in [a1a85b846a]
Login

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

Overview
Comment:Merge the latest trunk changes into the winrt branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | winrt
Files: files | file ages | folders
SHA1: a1a85b846aac07979e732a9f36d178bd567e103a
User & Date: drh 2012-03-30 14:01:40.977
Context
2012-04-17
21:00
When compiling for WinRT, always use the 'appcontainer' linker option. (check-in: 300bcfe311 user: mistachkin tags: winrt)
2012-03-30
14:01
Merge the latest trunk changes into the winrt branch. (check-in: a1a85b846a user: drh tags: winrt)
13:34
Fix an FTS4 test script problem for windows. (check-in: 36aa6665e7 user: drh tags: trunk)
12:27
Simplify the winRead and winWrite VFS functions to reduce the number of system calls. (check-in: 10ce846759 user: mistachkin tags: winrt)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to VERSION.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_snippet.c.
Changes to ext/fts3/fts3_write.c.
Added ext/fts3/tool/fts3view.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/func.c.
Changes to src/pager.c.
Changes to src/parse.y.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/status.c.
Changes to src/tclsqlite.c.
Changes to src/test8.c.
Changes to src/test_malloc.c.
Changes to src/vdbe.c.
Changes to src/where.c.
Changes to test/backcompat.test.
Added test/bc_common.tcl.
Changes to test/dbstatus2.test.
Changes to test/fts3_common.tcl.
Added test/fts4check.test.
Changes to test/fts4langid.test.
Added test/fts4merge.test.
Added test/fts4merge2.test.
Added test/fts4merge3.test.
Changes to test/func.test.
Added test/incrblob4.test.
Changes to test/pager1.test.
Changes to test/permutations.test.
Changes to test/trace2.test.
Changes to test/vtab1.test.