Open ShannonBase opened 1 month ago
Summary
To populate the blob field to rapid. Now,it can not deal with big rec field correctly.
such as,
create table ttv (vi int, vt1 TINYTEXT, vt2 TEXT, vt3 MEDIUMTEXT, vt4 LONGTEXT)
to insert a large text (length than sizeof of a papge) into table ttv.
ttv
Summary
To populate the blob field to rapid. Now,it can not deal with big rec field correctly.
such as,
to insert a large text (length than sizeof of a papge) into table
ttv
.