Skip to content

Commit

Permalink
Add TCs UPD/DEL USING, fix PG14-
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis committed Dec 29, 2024
1 parent 05f387d commit 7b42e17
Show file tree
Hide file tree
Showing 17 changed files with 2,336 additions and 918 deletions.
566 changes: 427 additions & 139 deletions expected/13.15/extra/returning.out

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion expected/13.15/type.out
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ SELECT * FROM "type_DOUBLE"; -- OK, +- Inf

--Testcase 47:
DROP EXTENSION sqlite_fdw CASCADE;
NOTICE: drop cascades to 52 other objects
NOTICE: drop cascades to 55 other objects
DETAIL: drop cascades to server sqlite_svr
drop cascades to foreign table department
drop cascades to foreign table employee
Expand Down Expand Up @@ -629,6 +629,9 @@ drop cascades to foreign table fts_table_config
drop cascades to foreign table "RO_RW_test"
drop cascades to foreign table "Unicode data"
drop cascades to foreign table "type_BOOLEAN_oper"
drop cascades to foreign table ret_base
drop cascades to foreign table ret_j1t
drop cascades to foreign table ret_j2t
drop cascades to foreign table type_json
drop cascades to foreign table "type_BOOLEAN"
drop cascades to server sqlite2
Loading

0 comments on commit 7b42e17

Please sign in to comment.