On Oct 23, 2009, at 5:05 AM, Simon Slavin wrote:

> I'm looking for assurance that things work the way I think they do,
> and will continue to do so in future versions.
>
> I'm using a TRIGGER that is triggered AFTER INSERT.  The INSERT
> commands do not know or set the value for the ROWID column.  Can I
> reliably fetch the value for this column from 'NEW.' ?

Yes. An automatically generated rowid is available in an AFTER
INSERT trigger.

Dan.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to