lib/ductr/sequel/match_lookup.rb in ductr-0.2.0 vs lib/ductr/sequel/match_lookup.rb in ductr-0.2.1
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
module Ductr
- module SQLite
+ module Sequel
#
# A lookup control that execute the query for a bunch of rows and merge them with the buffer's rows.
#
class MatchLookup < Ductr::ETL::BufferedTransform
#