You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
155780: roachtest: more logging on deleted sst in OR recovery r=msbutler a=kev-cao
This commit adds more logging on the SST that is deleted in the OR recovery roachtest to determine exactly what backed up span and data was deleted.
Epic: None
Release note: None
155821: optbuilder, sql: fix stable sql api edge cases r=angles-n-daemons a=angles-n-daemons
The logictests have flushed out a handful of situations in which the stable sql api gates block unexpectedly. Examples of this include unsafe access in safe builtin execution, nested delegates, and other similar use cases. What was required to fix them was to update the way we unguard the unsafe internals during query planning.
Fixes: #154675
Epic: CRDB-55267
Release note: None
156483: logical: do not allow the REFCURSOR type r=jeffswenson a=jeffswenson
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: none
Co-authored-by: Kevin Cao <[email protected]>
Co-authored-by: Brian Dillmann <[email protected]>
Co-authored-by: Jeff Swenson <[email protected]>
0 commit comments