Lines Matching refs:default
88 # A table to use for testing default values
93 f1 int default -111,
94 f2 real default +4.32,
95 f3 int default +222,
96 f4 int default 7.89
117 f1 int default 111,
118 f2 real default -4.32,
119 f3 text default hi,
120 f4 text default 'abc-123',
135 # Do additional inserts with default values, but this time
137 # that the correct default values are inserted into the indices.
150 # the default value is being inserted as a string. TODO: It shouldn't be.