Skip to content

Commit a45bb54

Browse files
authored
Merge pull request rsim#191 from yahonda/fixnum_and_bignum_are_deprecated
Fixnum and Bignum are deprecated in Ruby 2.4
2 parents ddb4465 + c4719ce commit a45bb54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/plsql/jdbc_connection.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ def prepare_call(sql, *bindvars)
223223
end
224224

225225
RUBY_CLASS_TO_SQL_TYPE = {
226-
Fixnum => java.sql.Types::INTEGER,
227-
Bignum => java.sql.Types::INTEGER,
228226
Integer => java.sql.Types::INTEGER,
229227
Float => java.sql.Types::FLOAT,
230228
BigDecimal => java.sql.Types::NUMERIC,

0 commit comments

Comments
 (0)