SQLite

Changes On Branch branch-3.6.1
Login

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

Changes In Branch branch-3.6.1 Excluding Merge-Ins

This is equivalent to a diff from 65ab777f to 2f5b3712

2011-06-21
15:34
Backport the localtime() failure patch from trunk. Ticket [bd484a090c8077]. (Leaf check-in: 2f5b3712 user: drh tags: branch-3.6.1)
2011-03-07
16:12
Backport a fix from [6b0cabd017ed25] (version 3.6.16 - 2009-03-05) to the 3.6.1 branch, a fix that prevents a null pointer deref if one of the column access routines such as sqlite3_column_int() is called with a NULL first parameter. (check-in: df343640 user: drh tags: branch-3.6.1)
2010-01-05
18:06
Apply fix [097737e368] to the 3.6.1 branch. (check-in: 9f819ea6 user: dan tags: branch-3.6.1)
2008-08-06
13:40
Fix typo in comments in sqlite.h.in. Ticket #3271. (CVS 5543) (check-in: 18030631 user: danielk1977 tags: trunk)
10:50
Version 3.6.1 (CVS 5540) (check-in: 65ab777f user: drh tags: trunk, release)
10:47
Trying again to fix the publish.sh script. (CVS 5542) (check-in: 01fb8a0d user: drh tags: trunk)

Changes to src/alter.c.

Changes to src/attach.c.

Changes to src/btree.c.

Changes to src/build.c.

Changes to src/date.c.

Changes to src/delete.c.

Changes to src/expr.c.

Changes to src/func.c.

Changes to src/insert.c.

Changes to src/main.c.

Changes to src/os_unix.c.

Changes to src/pager.c.

Changes to src/printf.c.

Changes to src/select.c.

Changes to src/sqlite.h.in.

Changes to src/update.c.

Changes to src/util.c.

Changes to src/vdbe.c.

Changes to src/vdbeapi.c.

Changes to src/vdbemem.c.

Changes to test/attachmalloc.test.

Changes to test/filefmt.test.

Changes to test/io.test.

Changes to test/varint.test.