in sqlite3, can a select succeed within a transaction of insert?
Posted
by quantity
on Stack Overflow
See other posts from Stack Overflow
or by quantity
Published on 2008-12-18T02:52:11Z
Indexed on
2010/04/16
23:53 UTC
Read the original article
Hit count: 267
I begin a transaction, which is to insert several records into a table. Can I select the latest inserted record out of the database before the transaction commit?
© Stack Overflow or respective owner