Sha256: 6f3d524f5d4eb2e72660f1a03cfbf47cf9d028b1f05175985a6609141f28aa6b

Contents?: true

Size: 286 Bytes

Versions: 7

Compression:

Stored size: 286 Bytes

Contents

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

            def filter_condition
              Sequel.negate(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/not_equal.rb
rasti-db-2.0.0 lib/rasti/db/nql/nodes/comparisons/not_equal.rb
rasti-db-1.5.0 lib/rasti/db/nql/nodes/comparisons/not_equal.rb
rasti-db-1.4.0 lib/rasti/db/nql/nodes/comparisons/not_equal.rb
rasti-db-1.3.1 lib/rasti/db/nql/nodes/comparisons/not_equal.rb
rasti-db-1.3.0 lib/rasti/db/nql/nodes/comparisons/not_equal.rb
rasti-db-1.2.0 lib/rasti/db/nql/nodes/comparisons/not_equal.rb