# File lib/dbi/types.rb, line 97
            def self.parse(obj)
                BigDecimal.new(obj) rescue super
            end