sql: add REFCURSOR to postgres-compatibility cast tests #111618
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-queries
SQL Queries Team
This issue tracks adding the new
REFCURSOR
data type to the postgres compatibility tests located inpkg/sql/sem/eval/cast_test/testdata/types.txt
. The cast behavior ofREFCURSOR
is a bit strange (no casts inpg_cast
; only IO conversions), so the extra test coverage will be useful.Jira issue: CRDB-31988
The text was updated successfully, but these errors were encountered: