On Sun, Sep 5, 2010 at 2:57 PM, Sergey Shishmintzev <
[email protected]> wrote:

>
> Is it possible to tracking updates of primary key in triggers and
> returning expected last_insert_rowid()  value in future releases?
>

No.  The name is the function is last_insert_rowid(), not
last_insert_or_update_rowid().  If we changed the behavior to also trace
updates, that would break many, many existing applications that are using
the currently documented behavior.  We take backwards compatibility very
seriously.  Enhancement requests that break backwards compatibility are
non-starters.



> Or please, suggest me how to fix my code.
>

I can't figure out what it is you are trying to get your code to do.....



>
> Thanks.
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to