test: upserts with case sensitive table and sequence name (#4131)

Closes #3712.
This commit is contained in:
Taimoor Zaeem
2025-06-07 12:39:50 -05:00
committed by GitHub
parent a9d4237bc2
commit 2eb9e4a8a4
5 changed files with 56 additions and 0 deletions
+7
View File
@@ -3750,6 +3750,13 @@ create table surr_gen_default_upsert (
extra text
);
-- test for case-sensitive table name and sequence name, see #3712
create table "Surr_Gen_Default_Upsert" (
id int generated by default as identity primary key,
name text,
extra text
);
create table tsearch_to_tsvector (
text_search text,
jsonb_search jsonb