/ Changes On Branch step-autoreset
Login

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

Changes In Branch step-autoreset Excluding Merge-Ins

This is equivalent to a diff from d94e59b514 to d1b3c54f42

2011-01-11
12:46
Fix the sqlite3.h generator script so that it generates the correct SQLITE_SOURCE_ID string with the latest versions of Fossil that include fractional seconds on the date/time stamp. (check-in: 3513bf6ee0 user: drh tags: trunk)
01:42
A proposed change to the sqlite3_step() API such that it will only auto-reset following an SQLITE_BUSY or SQLITE_LOCKED error. Calls after any other result other than SQLITE_ROW will return SQLITE_MISUSE. (Closed-Leaf check-in: d1b3c54f42 user: drh tags: step-autoreset)
2011-01-10
21:01
Update pager requirements to account for the ZIPVFS extension. (check-in: d94e59b514 user: drh tags: trunk)
2011-01-07
02:50
Reorder the fields in private structures in an effort to reduce alignment gaps and thus make the structures smaller, and to put frequently accessed fields first. Also update some obsolete comments. Valgrind shows a very slight performance improvement. (check-in: 378a1d13af user: drh tags: trunk)

Changes to src/sqlite.h.in.

Changes to src/vdbeapi.c.

Changes to test/capi2.test.

Changes to test/fkey2.test.