SQLite

Check-in [3a289b6d28]
Login

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

Overview
Comment:Use 1<<$x instead of pow(2,$x) in the test suite code. (CVS 4715)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 3a289b6d28bcf399845586b15f100d7c3a78b550
User & Date: danielk1977 2008-01-16 18:20:42.000
Context
2008-01-17
02:36
Registerification of the WHERE clause logic. (CVS 4716) (check-in: b3a141b2b0 user: drh tags: trunk)
2008-01-16
18:20
Use 1<<$x instead of pow(2,$x) in the test suite code. (CVS 4715) (check-in: 3a289b6d28 user: danielk1977 tags: trunk)
17:46
Get all tests running without memory leaks. (CVS 4714) (check-in: 5807921f5a user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to test/expr.test.
Changes to test/in.test.
Changes to test/index.test.
Changes to test/insert2.test.
Changes to test/limit.test.
Changes to test/quick.test.
Changes to test/select3.test.
Changes to test/select4.test.
Changes to test/select5.test.
Changes to test/update.test.