Sha256: 76873ded6ff7f2478c813cd20050485f5e2446b6e4f444cbcde54f94bc95f785

Contents?: true

Size: 312 Bytes

Versions: 14

Compression:

Stored size: 312 Bytes

Contents

require 'upsert/connection/jdbc'

class Upsert
  class Connection
    # @private
    class Java_OrgPostgresqlJdbc4_Jdbc4Connection < Connection
      include Jdbc
      include Postgresql

      def quote_ident(k)
        DOUBLE_QUOTE + k.to_s.gsub(DOUBLE_QUOTE, '""') + DOUBLE_QUOTE
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
upsert-2.1.2 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb
upsert-2.1.1 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb
upsert-2.1.0 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb
upsert-2.0.4 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb
upsert-2.0.3 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb
upsert-2.0.2 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb
upsert-2.0.1 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb
upsert-2.0.0 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb
upsert-1.2.0 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb
upsert-1.1.7 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb
upsert-1.1.6 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb
upsert-1.1.5 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb
upsert-1.1.4 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb
upsert-1.1.3 lib/upsert/connection/Java_OrgPostgresqlJdbc4_Jdbc4Connection.rb