SQLite

Changes On Branch version_2
Login

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

Changes In Branch version_2 Excluding Merge-Ins

This is equivalent to a diff from 7ace5762 to 47fee16b

2007-01-08
16:20
Fix a date round-off problem in strftime(). Ticket #2153. (CVS 3575) (Leaf check-in: 47fee16b user: drh tags: version_2)
13:43
Fix a round-off error in the %W conversion of strftime(). Ticket #2150. (CVS 3572) (check-in: e6a18741 user: drh tags: version_2)
2004-04-23
23:37
Add some extra debugging logic to lemon.c. Ticket #692. (CVS 1304) (check-in: 635f674d user: drh tags: version_2)
23:20
Branch version_2. Code for version 3 is on the trunk. (CVS 1303) (check-in: db84ddf5 user: drh tags: trunk)
17:04
Get the temp_store and default_temp_store pragmas working. Update the documentation. Also fix a malloc problem that popped up during the regression testing. (CVS 1302) (check-in: 7ace5762 user: drh tags: trunk)
2004-03-26
23:16
Fix windows DLL section of Makefile.in for use with build dir. (CVS 1301) (check-in: 1e84f70f user: rdc tags: trunk)

Changes to VERSION.

Changes to main.mk.

Changes to publish.sh.

Changes to src/attach.c.

Changes to src/auth.c.

Changes to src/btree_rb.c.

Changes to src/build.c.

Changes to src/date.c.

Changes to src/expr.c.

Changes to src/func.c.

Changes to src/main.c.

Changes to src/os.c.

Changes to src/pager.c.

Changes to src/printf.c.

Changes to src/select.c.

Changes to src/shell.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/table.c.

Changes to src/tclsqlite.c.

Changes to src/test1.c.

Changes to src/update.c.

Changes to src/util.c.

Changes to src/vacuum.c.

Changes to src/vdbe.c.

Changes to src/vdbeaux.c.

Changes to src/where.c.

Changes to test/auth.test.

Changes to test/date.test.

Changes to test/func.test.

Changes to test/index.test.

Changes to test/interrupt.test.

Added test/join3_28.test.

Added test/join4_28.test.

Changes to test/limit.test.

Changes to test/minmax.test.

Changes to test/null.test.

Changes to test/select1.test.

Changes to test/tclsqlite.test.

Changes to test/trigger1.test.

Changes to test/view.test.

Changes to tool/lemon.c.

Added tool/spaceanal.tcl.