diff options
Diffstat (limited to 'www/lockingv3.html')
-rw-r--r-- | www/lockingv3.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/www/lockingv3.html b/www/lockingv3.html index b68b9ef..da623f8 100644 --- a/www/lockingv3.html +++ b/www/lockingv3.html @@ -685,13 +685,5 @@ a SHARED lock, then autocommit is turned back off automatically. This allows the user to retry the COMMIT at a later time after the SHARED lock has had an opportunity to clear.</p> -<p>If multiple commands are being executed against the same SQLite database -connection at the same time, the autocommit is deferred until the very -last command completes. For example, if a SELECT statement is being -executed, the execution of the command will pause as each row of the -result is returned. During this pause other INSERT, UPDATE, or DELETE -commands can be executed against other tables in the database. But none -of these changes will commit until the original SELECT statement finishes. -</p> - +<p align="center"><small><i>This page last modified on <a href="https://sqlite.org/docsrc/honeypot" id="mtimelink" data-href="https://sqlite.org/docsrc/finfo/pages/lockingv3.in?m=a1350147b5">2024-04-08 14:35:46</a> UTC </small></i></p> |