Lines Matching refs:text
85 # convert floating point values to text internally before returning them
87 # problems converting "inf" and "-inf" from floating point to text format.
88 # It also tests the internal float->text conversion routines a bit.
97 db eval {SELECT CAST(x AS text), typeof(x) FROM t1}
103 db eval {SELECT CAST(x AS text), typeof(x) FROM t1}
109 db eval {SELECT CAST(x AS text), typeof(x) FROM t1}
115 db eval {SELECT CAST(x AS text), typeof(x) FROM t1}
121 db eval {SELECT CAST(x AS text), typeof(x) FROM t1}
127 db eval {SELECT CAST(x AS text), typeof(x) FROM t1}
132 SELECT CAST(x AS text), typeof(x) FROM t1;
250 db eval {SELECT CAST(x AS text), typeof(x) FROM t1}
255 db eval {SELECT CAST(x AS text), typeof(x) FROM t1}
286 # the very small numbers back to text form (probably due to a difference
308 db eval {SELECT CAST(x AS text), typeof(x) FROM t1}
315 db eval {SELECT CAST(x AS text), typeof(x) FROM t1}