Commit 5ab8258
committed
logical: do not allow the REFCURSOR type
This removes LDR support for the REFCURSOR type. The crud writer does
not support it because REFCURSOR does not support the equality SQL
operator.
This removal is unlikely to impact any users. The REFCURSOR is a weird
type that should not show up in a durable table. If the user really
needs this type for some reason, they could store they type as a STRING
and convert it back to a REFCURSOR when reading from the table.
Epic: CRDB-48647
Release note: none1 parent 2340f9a commit 5ab8258
File tree
2 files changed
+21
-0
lines changed- pkg
- crosscluster/logical
- sql/catalog/tabledesc
2 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2833 | 2833 | | |
2834 | 2834 | | |
2835 | 2835 | | |
| 2836 | + | |
| 2837 | + | |
| 2838 | + | |
| 2839 | + | |
| 2840 | + | |
2836 | 2841 | | |
2837 | 2842 | | |
2838 | 2843 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
61 | 77 | | |
62 | 78 | | |
63 | 79 | | |
| |||
0 commit comments