SQLite

Check-in [2eb9087055]
Login

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

Overview
Comment:Remove code for SQL cursors. (CVS 2312)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2eb90870556c90b8d85da3d5eb7554f74ec922c2
User & Date: danielk1977 2005-02-04 04:07:17.000
Context
2005-02-04
21:13
Detect and report a subtle case of database file corruption. (CVS 2313) (check-in: 9fc0a5cbf8 user: drh tags: trunk)
04:07
Remove code for SQL cursors. (CVS 2312) (check-in: 2eb9087055 user: danielk1977 tags: trunk)
2005-02-03
01:08
Get AUTOINCREMENT and VACUUM working together. Ticket #1095. (CVS 2311) (check-in: 332a531d06 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to main.mk.
Changes to src/btree.c.
Deleted src/cursor.c.
Changes to src/expr.c.
Changes to src/main.c.
Changes to src/parse.y.
Changes to src/pragma.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/vdbe.c.
Changes to test/capi2.test.
Changes to test/corrupt.test.
Deleted test/cursor.test.
Changes to tool/mkkeywordhash.c.