Lines Matching refs:values
22 # types-1.*.*: Test that values are stored using the expected storage
29 # types-2.*.*: Check that values can be stored and retrieving using the
58 set values {
71 lappend values { X'00' blob blob blob blob }
74 # This code tests that the storage classes specified above (in the $values
75 # table) are correctly assigned when values are inserted using a statement
78 # INSERT INTO <table> VALUE(<values>);
81 foreach val $values {
93 # This code tests that the storage classes specified above (in the $values
94 # table) are correctly assigned when values are inserted using a statement
100 foreach val $values {
112 # This code tests that the storage classes specified above (in the $values
113 # table) are correctly assigned when values are inserted using a statement
119 foreach val $values {