Sha256: caf3622121e8d230b816c044c22b021e3621bb69d32592d853df330f2c83425f

Contents?: true

Size: 403 Bytes

Versions: 88

Compression:

Stored size: 403 Bytes

Contents

module Arel
  module Visitors
    class PostgreSQL < Arel::Visitors::ToSql
      private

      def visit_Arel_Nodes_Matches o
        "#{visit o.left} ILIKE #{visit o.right}"
      end

      def visit_Arel_Nodes_DoesNotMatch o
        "#{visit o.left} NOT ILIKE #{visit o.right}"
      end

      def visit_Arel_Nodes_DistinctOn o
        "DISTINCT ON ( #{visit o.expr} )"
      end
    end
  end
end

Version data entries

88 entries across 70 versions & 13 rubygems

Version Path
challah-1.0.0.beta vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
fc-webicons-0.0.3 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
fc-webicons-0.0.2 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
fc-webicons-0.0.1 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
arel-4.0.0.beta2 lib/arel/visitors/postgresql.rb
arel-4.0.0.beta1 lib/arel/visitors/postgresql.rb
active_mailer-0.0.5 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
active_mailer-0.0.4 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
active_mailer-0.0.3 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
challah-0.9.1.beta.3 vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
devise_sociable-0.1.0 vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
challah-0.9.1.beta vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
challah-0.9.0 vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
challah-rolls-0.2.0 vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
challah-0.8.3 vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
challah-0.8.1 vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb