Skip to content
#

cockroachdb

Here are 165 public repositories matching this topic...

cockroach
ajstorm
ajstorm commented Mar 31, 2021

In #58923, we added the ability to set a column as VISIBLE and NOT VISIBLE.

We now need the ability to have ALTER COLUMN <col> SET [VISIBLE|NOT VISIBLE].

The changes to do this are as follows (you can follow SET DEFAULT as a guideline for what to write)

  • Add a type AlterTableSetVisible struct { Visible bool } struct to tree/alter_table.go, similar to AlterTableSetDefault.
  • Add th
mrigger
mrigger commented Apr 7, 2021

It would be great to implement test case reduction strategies in SQLancer itself. The advantage of doing this in SQLancer, rather than an external tool like C-Reduce, is that we have all the information on whether a specific bug is still triggered (e.g., that two queries should yield the same result) and that the reduction can likely go further than when having an external interestingness test (e.

Improve this page

Add a description, image, and links to the cockroachdb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cockroachdb topic, visit your repo's landing page and select "manage topics."

Learn more