Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Refine and reform all Windows OSTRACE macro usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
610425f19008b8b5d4bf027c8b14d97e |
User & Date: | mistachkin 2013-05-09 00:40:13.506 |
Context
2013-05-09
| ||
14:20 | Do not move WHERE clause terms inside OR expressions that are contained within an ON clause of a LEFT JOIN. Fix for ticket [f2369304e47167e3e]. (check-in: 1128575d0a user: drh tags: trunk) | |
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-05-08
| ||
17:06 | Fix a couple of harmless compiler warnings in the fts3_tokenize virtual table. (check-in: 1fa8c45739 user: drh 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) | |
Changes
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.