squirrel
squirrel copied to clipboard
Add SetColumns to SelectBuilder
We have a use-case where we need to be able to set the columns on a SelectBuilder after it has already been created.
Example:
builder.SetColumns("biz", "baz")