On Oct 14, 2018 7:57 AM, "J Decker" <[email protected]> wrote:
>
> Is there maybe a compile option for sqlite to fill empty space in a db
with
> random data rather than 0 ?

I don't know about compile options.

You could do a 1 time update to set all 0 columns to random(1,99), and
create a trigger to do the same on insert.

This, of course is on a table-by-table basis.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to