From 4a4bbd723e86d3bf1ceb0cfecccee0b3404e1222 Mon Sep 17 00:00:00 2001 From: Irena Rindos Date: Fri, 7 Nov 2025 12:22:52 -0500 Subject: [PATCH] chore(sqltest): update readme (#6228) --- internal/db/sqltest/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/db/sqltest/README.md b/internal/db/sqltest/README.md index a934508267..4415f96fae 100644 --- a/internal/db/sqltest/README.md +++ b/internal/db/sqltest/README.md @@ -3,7 +3,9 @@ This test suite is used to test behavior of the database logic. In particular the data warehouse implementation is completely in sql via plpgsql, functions, and triggers. -This test suite is also implemented directly in sql. +Note that these tests are not limited to testing triggers - they should also be used to test constraints and indexes. + +This test suite is implemented directly in sql. ## Organization