From 9e61f50e2e933f0636f008c497da87e06ef42dfc Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Thu, 2 Oct 2025 22:11:17 +0000 Subject: [PATCH] Allow PEOPLE.Person to have embedded spaces --- db/schemas/codes/tables/create/people.m4 | 2 +- doc/src/code_tables.m4 | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/db/schemas/codes/tables/create/people.m4 b/db/schemas/codes/tables/create/people.m4 index 6bb9dff..ef12c62 100644 --- a/db/schemas/codes/tables/create/people.m4 +++ b/db/schemas/codes/tables/create/people.m4 @@ -26,7 +26,7 @@ dnl CREATE TABLE people ( person TEXT PRIMARY KEY NOT NULL emptytext_check(`Person') - nospaces_check(`Person') + trimmedofspaces_check(`Person') ,name TEXT NOT NULL emptytext_check(`Name') ,description TEXT NOT NULL diff --git a/doc/src/code_tables.m4 b/doc/src/code_tables.m4 index 95ca556..3fd4663 100644 --- a/doc/src/code_tables.m4 +++ b/doc/src/code_tables.m4 @@ -439,8 +439,9 @@ Person .. |PEOPLE.Person_summary| replace:: A short character string used to identify the person. -|PEOPLE.Person_summary| |keycol| - +|PEOPLE.Person_summary| +|unique| |notnull| +|emptytext| |trimmedofspaces| .. _PEOPLE.Name: -- 2.34.1