SQLite

Check-in [12d0a8859d]
Login

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

Overview
Comment:Add the win32-longpath VFS allowing windows filenames up to 32K characters in length. Remove unused code when -DSQLITE_MAX_MMAP_SIZE=0. Fix some compiler warnings on windows.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 12d0a8859de0a9d823997cfeccc77bd572cb6d13
User & Date: drh 2013-08-28 18:18:12.076
Context
2013-08-28
19:01
Re-enable test file wild001.test. (check-in: 4f182ddc36 user: dan tags: trunk)
18:56
Merge updates from trunk. (check-in: ffc6e68283 user: mistachkin tags: toTypeFuncs)
18:18
Add the win32-longpath VFS allowing windows filenames up to 32K characters in length. Remove unused code when -DSQLITE_MAX_MMAP_SIZE=0. Fix some compiler warnings on windows. (check-in: 12d0a8859d user: drh tags: trunk)
18:06
Update list of supported Tcl shells to include 8.6. Remove stray OS2 references. (Closed-Leaf check-in: ecd52ccf65 user: mistachkin tags: mmapDisabled)
16:27
In the query optimizer, when converting BETWEEN and LIKE/GLOB expressions into simpler forms for processing, be sure to transfer the LEFT JOIN markings. Fix for ticket [bc878246eafe0f52c]. (check-in: caab361ebe user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to configure.
Changes to configure.ac.
Changes to src/expr.c.
Changes to src/mem2.c.
Changes to src/mutex_w32.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pragma.c.
Changes to src/shell.c.
Changes to src/test1.c.
Changes to src/test_malloc.c.
Changes to src/where.c.
Added test/win32longpath.test.