File: hist-recall-19.sql

package info (click to toggle)
hsqldb1.8.0 1.8.0.10%2Bdfsg-10
  • links: PTS
  • area: main
  • in suites: buster
  • size: 13,432 kB
  • sloc: java: 75,802; xml: 11,392; sql: 1,556; sh: 847; makefile: 57
file content (68 lines) | stat: -rw-r--r-- 895 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/*
    $Id: hist-recall-19.sql,v 1.3 2004/06/17 02:50:25 unsaved Exp $

    See readme.txt in this directory for how to unit test SqlTool.

    Tests:  Recall a command from the SQL buffer 20 commands ago.
            (command -19, since the history begins at 0).

    HARNESS_METADATA        BEGIN         
    arg                 --noAutoFile
    requireStdoutRegex  (?mi)restored following command.*\n\Qcommand 06\E$
    arg                     mem 
    HARNESS_METADATA        END       
*/

/* The blank line after each command moves the command to history without
   executing it. */
command 01

command 02

command 03

command 04

command 05

command 06

command 07

command 08

command 09

command 10

command 11

command 12

command 13

command 14

command 15

command 16

command 17

command 18

command 19

command 20

command 21

command 22

command 23

command 24

command 25

\-19