From 0a1960dbe7d3ec450b590dbba3c74b8fe15022b6 Mon Sep 17 00:00:00 2001 From: vlakoff <544424+vlakoff@users.noreply.github.com> Date: Fri, 22 Mar 2024 04:00:02 +0100 Subject: [PATCH] Improve tooltip for the "WITHOUT ROWID" checkbox Notably, the required PRIMARY KEY can be of any type, and can be composite. --- src/EditTableDialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EditTableDialog.ui b/src/EditTableDialog.ui index 2bc1c20a4..6234b2d67 100644 --- a/src/EditTableDialog.ui +++ b/src/EditTableDialog.ui @@ -82,7 +82,7 @@ - Make this a 'WITHOUT rowid' table. Setting this flag requires a field of type INTEGER with the primary key flag set and the auto increment flag unset. + Make this a 'WITHOUT ROWID' table. Setting this flag requires specifying a PRIMARY KEY (which can be of any type, and can be composite), and forbids the AUTOINCREMENT flag.