Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
12 check-ins occurring around b0848925babde524.
2009-08-13
| ||
18:14 | Enhancements to the whereB.test to check more affinity corner cases. (check-in: 10484598 user: drh tags: trunk) | |
17:14 | Add a test case for the affinity problem reported by ticket [93fb9f89d6]. (check-in: 149ec24e user: drh tags: trunk) | |
15:42 | Merge the accidental fork. (check-in: 86a06dd0 user: drh tags: trunk) | |
15:13 | Fix a typo on a comment in sqlite3VdbeIntegerAffinity(). (check-in: b5a709d3 user: drh tags: trunk) | |
07:09 | Changes to the query planner that improve the order in which tables/indexes are scanned in join queries. (check-in: 19f799b3 user: dan tags: trunk) | |
2009-08-12
| ||
15:34 | Fixed some compiler warnings in WINCE only sections when using the MSVC compiler. (check-in: 1f0a93e1 user: shane tags: trunk) | |
11:45 | Make sure the large-file support macros occur first in sqliteInt.h. Fix for CVSTrac ticket #4022. (check-in: b0848925 user: drh tags: trunk, cvs-to-fossil-cutover) | |
2009-08-11
| ||
05:50 | Instead of adding SQLITE_API macros sqlite3.h while creating sqlite3.c, add them as part of generating the sqlite3.h target, while copying from sqlite.h.in to sqlite3.h. This fixes a build problem that was causing multiple SQLITE_API macros to be added to a single line of sqlite3.h, and the problem cited by #4016. (CVS 6971) (check-in: 7f481074 user: danielk1977 tags: trunk) | |
2009-08-10
| ||
17:48 | Reduce the maximum supported sector size to 64KiB. (CVS 6970) (check-in: 8e1e0ba2 user: drh tags: trunk) | |
15:16 | Version 3.6.17 (CVS 6969) (check-in: 36650102 user: drh tags: trunk, release) | |
10:18 | Update a couple of tests in corrupt7.test to account for a change in the error message text emitted by SQLite. (CVS 6968) (check-in: 3172a296 user: danielk1977 tags: trunk) | |
04:37 | Exclude a static function in test1.c from the build when OMIT_DEPRECATED is defined. This avoids a compiler warning that occurs with some compilers. (CVS 6967) (check-in: ace49950 user: danielk1977 tags: trunk) | |