class method
self.raise_int_wider_than_64bit
Ruby on Rails 8.0.4
Since v7.2.3Application 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 447
singleton_class.attr_accessor :raise_int_wider_than_64bit
Defined in activerecord/lib/active_record.rb line 447
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord