lib/sequel/extensions/from_block.rb in sequel-4.30.0 vs lib/sequel/extensions/from_block.rb in sequel-4.31.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen-string-literal: true +# # The from_block extension changes Database#from so that blocks given # to it are treated as virtual rows applying to the FROM clause, # instead of virtual rows applying to the WHERE clause. This will # probably be made the default in the next major version of Sequel. #