Path: | lib/sequel/extensions/select_remove.rb |
Last Update: | Thu May 02 03:47:59 +0000 2013 |
The select_remove extension adds Sequel::Dataset#select_remove for removing existing selected columns from a dataset. It‘s not part of Sequel core as it is rarely needed and has some corner cases where it can‘t work correctly.
To load the extension:
Sequel.extension :select_remove