Sha256: c66704b86d65dfaa007aba0b3709e6c39a1d8163dbe37a3cbca3d93f50ff3317

Contents?: true

Size: 289 Bytes

Versions: 7

Compression:

Stored size: 289 Bytes

Contents

module Rasti
  module DB
    module NQL
      module Nodes
        module Comparisons
          class Include < Base

            def filter_condition
              Sequel.ilike(field.identifier, "%#{argument.value}%")
            end

          end
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rasti-db-2.0.1 lib/rasti/db/nql/nodes/comparisons/include.rb
rasti-db-2.0.0 lib/rasti/db/nql/nodes/comparisons/include.rb
rasti-db-1.5.0 lib/rasti/db/nql/nodes/comparisons/include.rb
rasti-db-1.4.0 lib/rasti/db/nql/nodes/comparisons/include.rb
rasti-db-1.3.1 lib/rasti/db/nql/nodes/comparisons/include.rb
rasti-db-1.3.0 lib/rasti/db/nql/nodes/comparisons/include.rb
rasti-db-1.2.0 lib/rasti/db/nql/nodes/comparisons/include.rb