blob: 3c54aa18949e9f93459a3e65c56d994d2a346f12 [file] [log] [blame]
====
---- QUERY
select * from decimal_encodings;
---- RESULTS
0.00,0.00,0.00
255.00,255.00,255.00
65535.00,65535.00,65535.00
9999999.99,9999999.99,9999999.99
0.00,9999999999999999.99,999999999999999999999999999999999999.99
-255.00,-255.00,-255.00
-65535.00,-65535.00,-65535.00
-9999999.99,-9999999.99,-9999999.99
0.00,-9999999999999999.99,-999999999999999999999999999999999999.99
0.00,0.00,0.00
255.00,255.00,255.00
65535.00,65535.00,65535.00
9999999.99,9999999.99,9999999.99
0.00,9999999999999999.99,999999999999999999999999999999999999.99
-255.00,-255.00,-255.00
-65535.00,-65535.00,-65535.00
-9999999.99,-9999999.99,-9999999.99
0.00,-9999999999999999.99,-999999999999999999999999999999999999.99
---- TYPES
DECIMAL,DECIMAL,DECIMAL
====