On Thu, 3 Aug 2017 at 08:04, Hick Gunter <[email protected]> wrote: > A sequence is very easily implemented as a virtual table that keeps the > current values in a separate table my_sequences (name text primary key, > initial integer, current integer, increment integer). > > (...) Or whatever else tickles your fancy. Just think table <=> class, > virtual field <=> method >
What do you all recommend? UDF or Virtual tables? _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

