@@ -19,36 +19,36 @@ exports.searchable = [
19
19
{ type : 'select' , table : 'small' , columns : [ 'real' ] } ,
20
20
{ type : 'select' , table : 'small' , columns : [ 'text' ] } ,
21
21
{ type : 'select' , table : 'small' , columns : [ 'blob' ] } ,
22
- { type : 'select' , table : 'large ' , columns : [ 'text' ] } ,
23
- { type : 'select' , table : 'large ' , columns : [ 'blob' ] } ,
22
+ { type : 'select' , table : 'large_text ' , columns : [ 'text' ] } ,
23
+ { type : 'select' , table : 'large_blob ' , columns : [ 'blob' ] } ,
24
24
{ type : 'select-all' , table : 'small' , columns : [ 'nul' ] } ,
25
25
{ type : 'select-all' , table : 'small' , columns : [ 'integer' ] } ,
26
26
{ type : 'select-all' , table : 'small' , columns : [ 'real' ] } ,
27
27
{ type : 'select-all' , table : 'small' , columns : [ 'text' ] } ,
28
28
{ type : 'select-all' , table : 'small' , columns : [ 'blob' ] } ,
29
- { type : 'select-all' , table : 'large ' , columns : [ 'text' ] } ,
30
- { type : 'select-all' , table : 'large ' , columns : [ 'blob' ] } ,
29
+ { type : 'select-all' , table : 'large_text ' , columns : [ 'text' ] } ,
30
+ { type : 'select-all' , table : 'large_blob ' , columns : [ 'blob' ] } ,
31
31
{ type : 'select-iterate' , table : 'small' , columns : [ 'nul' ] } ,
32
32
{ type : 'select-iterate' , table : 'small' , columns : [ 'integer' ] } ,
33
33
{ type : 'select-iterate' , table : 'small' , columns : [ 'real' ] } ,
34
34
{ type : 'select-iterate' , table : 'small' , columns : [ 'text' ] } ,
35
35
{ type : 'select-iterate' , table : 'small' , columns : [ 'blob' ] } ,
36
- { type : 'select-iterate' , table : 'large ' , columns : [ 'text' ] } ,
37
- { type : 'select-iterate' , table : 'large ' , columns : [ 'blob' ] } ,
36
+ { type : 'select-iterate' , table : 'large_text ' , columns : [ 'text' ] } ,
37
+ { type : 'select-iterate' , table : 'large_blob ' , columns : [ 'blob' ] } ,
38
38
{ type : 'insert' , table : 'small' , columns : [ 'nul' ] } ,
39
39
{ type : 'insert' , table : 'small' , columns : [ 'integer' ] } ,
40
40
{ type : 'insert' , table : 'small' , columns : [ 'real' ] } ,
41
41
{ type : 'insert' , table : 'small' , columns : [ 'text' ] } ,
42
42
{ type : 'insert' , table : 'small' , columns : [ 'blob' ] } ,
43
- { type : 'insert' , table : 'large ' , columns : [ 'text' ] } ,
44
- { type : 'insert' , table : 'large ' , columns : [ 'blob' ] } ,
43
+ { type : 'insert' , table : 'large_text ' , columns : [ 'text' ] } ,
44
+ { type : 'insert' , table : 'large_blob ' , columns : [ 'blob' ] } ,
45
45
{ type : 'transaction' , table : 'small' , columns : [ 'nul' ] } ,
46
46
{ type : 'transaction' , table : 'small' , columns : [ 'integer' ] } ,
47
47
{ type : 'transaction' , table : 'small' , columns : [ 'real' ] } ,
48
48
{ type : 'transaction' , table : 'small' , columns : [ 'text' ] } ,
49
49
{ type : 'transaction' , table : 'small' , columns : [ 'blob' ] } ,
50
- { type : 'transaction' , table : 'large ' , columns : [ 'text' ] } ,
51
- { type : 'transaction' , table : 'large ' , columns : [ 'blob' ] } ,
50
+ { type : 'transaction' , table : 'large_text ' , columns : [ 'text' ] } ,
51
+ { type : 'transaction' , table : 'large_blob ' , columns : [ 'blob' ] } ,
52
52
] ;
53
53
54
54
( ( ) => {
0 commit comments