Sha256: 9890be5ddd78f2e05ba0a3ce023ecc5ba6f1e5b8e0651fbcc73ca6a849fd41be

Contents?: true

Size: 349 Bytes

Versions: 14

Compression:

Stored size: 349 Bytes

Contents

module Switchman
  module Arel
    module Visitors
      module PostgreSQL
        # the only difference is to remove caching (which only applies to Arel < 6.0/AR < 4.2)
        def quote_table_name name
          return name if ::Arel::Nodes::SqlLiteral === name
          @connection.quote_table_name(name)
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
switchman-1.3.7 lib/switchman/arel.rb
switchman-1.3.6 lib/switchman/arel.rb
switchman-1.3.5 lib/switchman/arel.rb
switchman-1.3.4 lib/switchman/arel.rb
switchman-1.3.3 lib/switchman/arel.rb
switchman-1.3.2 lib/switchman/arel.rb
switchman-1.3.1 lib/switchman/arel.rb
switchman-1.3.0 lib/switchman/arel.rb
switchman-1.2.41 lib/switchman/arel.rb
switchman-1.2.40 lib/switchman/arel.rb
switchman-1.2.39 lib/switchman/arel.rb
switchman-1.2.38 lib/switchman/arel.rb
switchman-1.2.37 lib/switchman/arel.rb
switchman-1.2.36 lib/switchman/arel.rb