/ Changes On Branch winOsTrace
Login

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

Changes In Branch winOsTrace Excluding Merge-Ins

This is equivalent to a diff from 52417eac3e to 400fc4c37f

2013-05-09
00:40
Refine and reform all Windows OSTRACE macro usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. (check-in: 610425f190 user: mistachkin tags: trunk)
2013-04-30
07:58
Add the #ifdefs for sqlite3ErrName() to sqliteInt.h as well. (Closed-Leaf check-in: 400fc4c37f user: mistachkin tags: winOsTrace)
07:54
Define the sqlite3ErrName() function only when necessary. More robust handling of unknown return codes. (check-in: e47cd31437 user: mistachkin tags: winOsTrace)
2013-04-29
17:12
Fix an off-by-one in the code for limiting the depth of FTS expression trees. (check-in: 72ac73189c user: dan tags: trunk)
09:20
Merge mmap test fix from trunk. (check-in: 95811877fd user: mistachkin tags: winOsTrace)
09:17
Fix mmap1.test so that it passes on windows as well as unix. (check-in: 52417eac3e user: dan tags: trunk)
07:01
Update 'fuzzerfault' test for its new module loading command. Fix several test names in 'io.test' and make sure the database gets closed between tests. (check-in: e81e9ca11d user: mistachkin tags: trunk)

Changes to src/main.c.

Changes to src/os_win.c.

Changes to src/sqliteInt.h.

Changes to src/test1.c.

Changes to src/test2.c.

Changes to src/test3.c.

Changes to src/test4.c.

Changes to src/test7.c.

Changes to src/test8.c.

Changes to src/test_async.c.

Changes to src/test_backup.c.

Changes to src/test_intarray.c.

Changes to src/test_malloc.c.

Changes to src/test_multiplex.c.

Changes to src/test_mutex.c.

Changes to src/test_quota.c.

Changes to src/test_rtree.c.

Changes to src/test_syscall.c.

Changes to src/test_thread.c.

Changes to test/wal.test.