File: unique.out

package info (click to toggle)
pgtap 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,792 kB
  • sloc: sql: 25,795; sh: 790; makefile: 287; perl: 175
file content (56 lines) | stat: -rw-r--r-- 4,176 bytes parent folder | download | duplicates (6)
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
\unset ECHO
1..54
ok 1 - has_unique( schema, table, description ) should pass
ok 2 - has_unique( schema, table, description ) should have the proper description
ok 3 - has_unique( schema, table, description ) should have the proper diagnostics
ok 4 - has_unique( table, description ) should pass
ok 5 - has_unique( table, description ) should have the proper description
ok 6 - has_unique( table, description ) should have the proper diagnostics
ok 7 - has_unique( table ) should pass
ok 8 - has_unique( table ) should have the proper description
ok 9 - has_unique( table ) should have the proper diagnostics
ok 10 - has_unique( schema, table, description ) fail should fail
ok 11 - has_unique( schema, table, description ) fail should have the proper description
ok 12 - has_unique( schema, table, description ) fail should have the proper diagnostics
ok 13 - has_unique( table, description ) fail should fail
ok 14 - has_unique( table, description ) fail should have the proper description
ok 15 - has_unique( table, description ) fail should have the proper diagnostics
ok 16 - col_is_unique( schema, table, column, description ) should pass
ok 17 - col_is_unique( schema, table, column, description ) should have the proper description
ok 18 - col_is_unique( schema, table, column, description ) should have the proper diagnostics
ok 19 - col_is_unique( schema, table, columns, description ) should pass
ok 20 - col_is_unique( schema, table, columns, description ) should have the proper description
ok 21 - col_is_unique( schema, table, columns, description ) should have the proper diagnostics
ok 22 - col_is_unique( table, column, description ) should pass
ok 23 - col_is_unique( table, column, description ) should have the proper description
ok 24 - col_is_unique( table, column, description ) should have the proper diagnostics
ok 25 - col_is_unique( table, columns, description ) should pass
ok 26 - col_is_unique( table, columns, description ) should have the proper description
ok 27 - col_is_unique( table, columns, description ) should have the proper diagnostics
ok 28 - col_is_unique( schema, table, column ) should pass
ok 29 - col_is_unique( schema, table, column ) should have the proper description
ok 30 - col_is_unique( schema, table, column ) should have the proper diagnostics
ok 31 - col_is_unique( schema, table, columns ) should pass
ok 32 - col_is_unique( schema, table, columns ) should have the proper description
ok 33 - col_is_unique( schema, table, columns ) should have the proper diagnostics
ok 34 - col_is_unique( table, column ) should pass
ok 35 - col_is_unique( table, column ) should have the proper description
ok 36 - col_is_unique( table, column ) should have the proper diagnostics
ok 37 - col_is_unique( table, columns ) should pass
ok 38 - col_is_unique( table, columns ) should have the proper description
ok 39 - col_is_unique( table, columns ) should have the proper diagnostics
ok 40 - col_is_unique( schema, table, column, description ) fail should fail
ok 41 - col_is_unique( schema, table, column, description ) fail should have the proper description
ok 42 - col_is_unique( schema, table, column, description ) fail should have the proper diagnostics
ok 43 - col_is_unique( table, column, description ) fail should fail
ok 44 - col_is_unique( table, column, description ) fail should have the proper description
ok 45 - col_is_unique( table, column, description ) fail should have the proper diagnostics
ok 46 - col_is_unique( schema, table, column[], description ) should pass
ok 47 - col_is_unique( schema, table, column[], description ) should have the proper description
ok 48 - col_is_unique( schema, table, column[], description ) should have the proper diagnostics
ok 49 - col_is_unique( table, column[], description ) should pass
ok 50 - col_is_unique( table, column[], description ) should have the proper description
ok 51 - col_is_unique( table, column[], description ) should have the proper diagnostics
ok 52 - col_is_unique( table, column[] ) should pass
ok 53 - col_is_unique( table, column[] ) should have the proper description
ok 54 - col_is_unique( table, column[] ) should have the proper diagnostics