SQLite

Check-in [6a94d19747]
Login

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

Overview
Comment:Remove all references to sqlite3_intptr_t. (CVS 5051)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 6a94d19747a05df2694d3720f76de3dab3836578
User & Date: drh 2008-04-27 18:40:12.000
Context
2008-04-27
18:45
Fix the lemon parser generator so that it works again with the "error" symbol. Ticket #3079 (CVS 5052) (check-in: 20ed749266 user: drh tags: trunk)
18:40
Remove all references to sqlite3_intptr_t. (CVS 5051) (check-in: 6a94d19747 user: drh tags: trunk)
2008-04-26
13:39
Use "(void)" function arguments in declarations instead of "()". Both are legal but some pedantic compilers complain about the latter. Ticket #3086. (CVS 5050) (check-in: a4149ca317 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/build.c.
Changes to src/func.c.
Changes to src/insert.c.
Changes to src/sqliteInt.h.
Changes to src/table.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/vtab.c.