Skip to content

Commit

Permalink
Merge pull request localytics#17 from springbuk/MOJ-224-UpdateToSuppo…
Browse files Browse the repository at this point in the history
…rtBigInts

MOJ-224 - changed Integer to bigInteger
  • Loading branch information
ACerka-Springbuk authored Aug 2, 2022
2 parents 8529387 + 3f94eab commit 5ccedfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/odbc_adapter/type/snowflake_integer.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

module ODBCAdapter
module Type
class SnowflakeInteger < ActiveRecord::Type::Integer
class SnowflakeInteger < ActiveRecord::Type::BigInteger
# In order to allow for querying of IDs,
def cast(value)
if value == :auto_generate
Expand Down

0 comments on commit 5ccedfe

Please sign in to comment.