SQLite

Check-in [0c8db5d88e]
Login

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

Overview
Comment:Additional intarray test cases and tweaks to comments.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 0c8db5d88ee41dab58d6464283b51f82f7457838
User & Date: drh 2009-11-10 17:55:48.000
Context
2009-11-11
00:24
Generate VDBE code for the built-in COALESCE() and IFNULL() functions. This allows unused arguments to never be evaluated, which is a performance win when the unused argument is a subquery. (check-in: 30055b257c user: drh tags: trunk)
2009-11-10
17:55
Additional intarray test cases and tweaks to comments. (check-in: 0c8db5d88e user: drh tags: trunk)
17:24
Initial implementation and test cases for the "intarray" virtual table. (check-in: 0e7d29253f user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/test_intarray.c.
Changes to test/intarray.test.