On 30 Oct 2019, at 6:56pm, Darren Duncan <dar...@darrenduncan.net> wrote:

> "Generated columns may not be used as part of the PRIMARY KEY. (Future 
> versions of SQLite might relax this constraint for STORED columns.)"
> 
> Replace with this:
> 
> "VIRTUAL generated columns may not be used as part of the PRIMARY KEY."

What happens if the generated column is based on a calculation including rowid 
?  At the time the values are calculated, rowid might not yet be known.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to