class method
self.raise_int_wider_than_64bit
Ruby on Rails edge
Since v7.2.3.2Application configurable boolean that denotes whether or not to raise an exception when the PostgreSQLAdapter is provided with an integer that is wider than signed 64bit representation
Source
# File activerecord/lib/active_record.rb, line 532
singleton_class.attr_accessor :raise_int_wider_than_64bit
Defined in activerecord/lib/active_record.rb line 532
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord