Commit 4ec16d06 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Fix typos

parent f5386a94
......@@ -77,9 +77,9 @@ Buffered Queries and Isolation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Careful if you execute a ``SELECT`` query and do not iterate over the
statements results directly. ``UPDATE`` statements executed before iteration
statements results immediately. ``UPDATE`` statements executed before iteration
affect only the rows that have not been buffered into PHP memory yet. This
breaks the SERIALIZABLE transction isolation property that SQLite supposedly
breaks the SERIALIZABLE transaction isolation property that SQLite supposedly
has.
DateTime
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment