Sha256: f3e3b7be8d22fd06a765abac6c618fcbf57e097d4735748cf968f05b0f5d9fd3

Contents?: true

Size: 309 Bytes

Versions: 7

Compression:

Stored size: 309 Bytes

Contents

module Rasti
  module DB
    module NQL
      module Nodes
        module Comparisons
          class Base < Treetop::Runtime::SyntaxNode

            def dependency_tables
              field.tables.empty? ? [] : [field.tables.join('.')]
            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/base.rb
rasti-db-2.0.0 lib/rasti/db/nql/nodes/comparisons/base.rb
rasti-db-1.5.0 lib/rasti/db/nql/nodes/comparisons/base.rb
rasti-db-1.4.0 lib/rasti/db/nql/nodes/comparisons/base.rb
rasti-db-1.3.1 lib/rasti/db/nql/nodes/comparisons/base.rb
rasti-db-1.3.0 lib/rasti/db/nql/nodes/comparisons/base.rb
rasti-db-1.2.0 lib/rasti/db/nql/nodes/comparisons/base.rb