Sha256: 09221f9be827ea5333ca50b268b2314bab2a49d67b67dc58e20880a3403a619a

Contents?: true

Size: 375 Bytes

Versions: 4

Compression:

Stored size: 375 Bytes

Contents

# encoding: utf-8

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

# Sqlite3 doesn't support decimals natively, so autocasting is not available:
# http://www.sqlite.org/datatype3.html

describe 'DataObjects::Sqlite3 with BigDecimal' do
  it_should_behave_like 'supporting BigDecimal'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
do_sqlite3-0.10.0-x86-mswin32-60 spec/typecast/bigdecimal_spec.rb
do_sqlite3-0.10.0-x86-mingw32 spec/typecast/bigdecimal_spec.rb
do_sqlite3-0.10.0 spec/typecast/bigdecimal_spec.rb
do_sqlite3-0.10.0-java spec/typecast/bigdecimal_spec.rb