Flowdock
method

_limit

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: SQLite3Integer
_limit() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb, line 562
            def _limit
              # INTEGER storage class can be stored 8 bytes value.
              # See https://www.sqlite.org/datatype3.html#storage_classes_and_datatypes
              limit || 8
            end
Register or log in to add new notes.