SQLite

Check-in [ed88fb0024]
Login

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

Overview
Comment:Work in progress to implement the 'syscall' functionality for Windows.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | winSyscall
Files: files | file ages | folders
SHA1: ed88fb00240de75457c0da19e87c12082622ca17
User & Date: mistachkin 2011-11-11 22:08:54.567
Context
2011-11-11
23:31
Remove use of malloc and free from the Windows VFS. Also, prevent sqlite3BtreeOpen from assuming that sqlite3OsFullPathname cannot fail. (check-in: 8966ec1797 user: mistachkin tags: winSyscall)
22:08
Work in progress to implement the 'syscall' functionality for Windows. (check-in: ed88fb0024 user: mistachkin tags: winSyscall)
2011-11-10
21:45
Expand passing of a last error argument to the getLastErrorMsg function. Also, remove unused SQLITE_W32_THREADS define. (check-in: 8f28797984 user: mistachkin tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/os_win.c.