SQLite

Check-in [2756f7af33]
Login

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

Overview
Comment:Cleanup the printf code to make it smaller and more modular. Fix a memory leak in the new OP_ContextPush opcode. (CVS 1258)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2756f7af3382fa9d186ab99cf76f469fb891a3c3
User & Date: drh 2004-02-21 19:02:30.000
Context
2004-02-21
19:17
Fix a long-standing memory leak that the new last_insert_rowid() tests brought to light. (CVS 1259) (check-in: 7d5ede5b6e user: drh tags: trunk)
19:02
Cleanup the printf code to make it smaller and more modular. Fix a memory leak in the new OP_ContextPush opcode. (CVS 1258) (check-in: 2756f7af33 user: drh tags: trunk)
14:00
Flag pragmas like vdbe_trace now return their current setting if they are called with no arguments. (CVS 1257) (check-in: 6a5fb5b89a user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/printf.c.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/util.c.
Changes to src/vdbeaux.c.