Sha256: 48ed1551a16997f73b77659a2ed0c0bf7861ccb4ef254ed6bf8d9a7d353277cf

Contents?: true

Size: 691 Bytes

Versions: 4

Compression:

Stored size: 691 Bytes

Contents

# encoding: utf-8

require File.expand_path(File.join(File.dirname(__FILE__), 'spec_helper'))
require 'data_objects/spec/encoding_spec'

describe DataObjects::Postgres::Connection do
  unless JRUBY
    # Do NOT test this on JRuby:
    #
    #   http://jdbc.postgresql.org/documentation/80/connect.html
    #
    #   According to the Postgres documentation, as of Postgres 7.2, multibyte
    #   support is enabled by default in the server. The underlying JDBC Driver
    #   handles setting the internal client_encoding setting appropriately. It
    #   can be overridden -- but for now, we won't support doing this.
    #
    it_should_behave_like 'a driver supporting encodings'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
do_postgres-0.10.0-x86-mswin32-60 spec/encoding_spec.rb
do_postgres-0.10.0-x86-mingw32 spec/encoding_spec.rb
do_postgres-0.10.0 spec/encoding_spec.rb
do_postgres-0.10.0-java spec/encoding_spec.rb