Areso / Oblache

MIT License
1 stars 2 forks source link

/db_list - round up to at least 1 MB the result of DB size before sending to user #145

Closed Areso closed 3 weeks ago

Areso commented 4 months ago

Now db_list shows the size of any DB, rounded up to the nearest integer value. @lambotik , please write autotest with the scenario checking the size. 1) create db 2) create table 3) insert 100 records 4) size should be equal to 1 MB.