lib/sequel/adapters/openbase.rb in sequel-3.29.0 vs lib/sequel/adapters/openbase.rb in sequel-3.30.0

- old
+ new

@@ -30,10 +30,10 @@ c.disconnect end end class Dataset < Sequel::Dataset - SELECT_CLAUSE_METHODS = clause_methods(:select, %w'distinct columns from join where group having compounds order limit') + SELECT_CLAUSE_METHODS = clause_methods(:select, %w'select distinct columns from join where group having compounds order limit') Database::DatasetClass = self def fetch_rows(sql) execute(sql) do |result|