squirrel
squirrel copied to clipboard
Added ReplaceColumns method
This allows us to replace all 'Columns' with a fresh set
This would be very helpful to have merged, as I am encountering the same issue as #132 and it would be nice to not have to explicitly rebuild the query.
Any news?
It would be great to get this one merged.
Can we get this merged?
I might be missing something, but this is entirely possible to do using this snippet from the codebuilder.Set(b, "Columns", parts).(SelectBuilder), which should satisfy what you want without adding a additional function? :)