18
18
# Test the max number of possible digits
19
19
create table t2 (a decimal(65,0)) engine = blitzdb;
20
20
insert into t2 select repeat(1, 65);
22
22
insert into t2 select repeat(1, 66);
26
26
create table t2 (a decimal(65,8)) engine = blitzdb;
27
27
insert into t2 select repeat(1, 57);
29
29
insert into t2 select repeat(1, 58);
35
35
-1111111111111111111111111111111111111111111111111111111111