cds-dbs icon indicating copy to clipboard operation
cds-dbs copied to clipboard

fix: Only check first row if no changes required

Open BobdenOs opened this issue 10 months ago • 0 comments

When post processing blobs in SQLite stop walking the data as early as possible. If the first row shows that there are not columns to be changed return false and skip all following rows.

BobdenOs avatar Mar 27 '24 07:03 BobdenOs