Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add a missing "finish_test" to the end of misc5.test. (CVS 5491) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
89216b166924e831dd6264dd60f8da42 |
User & Date: | danielk1977 2008-07-29 10:26:45.000 |
Context
2008-07-29
| ||
11:25 | Use a macro to make sure that the calls to sqlite3Utf8Read() from MemTranslate() are inlined. This speeds up converting from utf8 to utf16. (CVS 5492) (check-in: 78a623bbb1 user: danielk1977 tags: trunk) | |
10:26 | Add a missing "finish_test" to the end of misc5.test. (CVS 5491) (check-in: 89216b1669 user: danielk1977 tags: trunk) | |
10:18 | Speed up OP_Column by eliminating some double handling. (CVS 5490) (check-in: 9ebee8401b user: danielk1977 tags: trunk) | |
Changes
Changes to test/misc5.test.
︙ | ︙ | |||
9 10 11 12 13 14 15 | # #*********************************************************************** # This file implements regression tests for SQLite library. # # This file implements tests for miscellanous features that were # left out of other test files. # | | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # #*********************************************************************** # This file implements regression tests for SQLite library. # # This file implements tests for miscellanous features that were # left out of other test files. # # $Id: misc5.test,v 1.22 2008/07/29 10:26:45 danielk1977 Exp $ set testdir [file dirname $argv0] source $testdir/tester.tcl # Build records using the MakeRecord opcode such that the size of the # header is at the transition point in the size of a varint. # |
︙ | ︙ | |||
1864 1865 1866 1867 1868 1869 1870 | 4611686018427387902\ 4611686018427387903\ 4611686018427387904\ 4611686018427387905\ 4611686018427387906\ 9223372036854775806\ 9223372036854775807} | > > | 1864 1865 1866 1867 1868 1869 1870 1871 1872 | 4611686018427387902\ 4611686018427387903\ 4611686018427387904\ 4611686018427387905\ 4611686018427387906\ 9223372036854775806\ 9223372036854775807} finish_test |