aboutsummaryrefslogtreecommitdiff
path: root/sqlite/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite/README.txt')
-rw-r--r--sqlite/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/sqlite/README.txt b/sqlite/README.txt
index 8ef89f5..9924007 100644
--- a/sqlite/README.txt
+++ b/sqlite/README.txt
@@ -7,5 +7,6 @@ files will be executed exactly ONCE. If multiple patches are pending at startup,
they're executed in alphabetical order.
As for statement restrictions, the only thing prohibited is the presence of
transaction statements "BEGIN", "ROLLBACK", and "COMMIT". This is because all
-patches will be bundled into the same transaction, to ensure atomicity.
+patches will be bundled into the same transaction, to ensure atomicity, and
+there can't be nested transactions.