On 2/7/2011 8:30 PM, Sam Carleton wrote:
> Assuming the connection pooling works correctly, it is my understanding that
> there is absolutely no way for another request to mess with that temp table,
> correct?  In other words:  a temp table lives for the life of a connection

... or until explicitly dropped, whichever comes first.

> and cannot span connections and is not locked by other connections, correct?

Correct.
-- 
Igor Tandetnik

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

Reply via email to