From ebf536a7910f6e8d5bff569d2d717287ad3ba716 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 18 Oct 2025 03:40:40 -0300 Subject: properly handle NULL values with postgres result helpers --- sqlite/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sqlite/README.txt') 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. -- cgit v1.2.3