On Oct 14, 2018 7:57 AM, "J Decker" <d3c...@gmail.com> 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
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to