class ROM::SQL::SQLite::TypeBuilder
Constants
- NO_TYPE
Public Instance Methods
map_type(_, db_type, **_kw)
click to toggle source
@api private
Calls superclass method
# File lib/rom/sql/extensions/sqlite/type_builder.rb, line 10 def map_type(_, db_type, **_kw) if db_type.eql?(NO_TYPE) ROM::SQL::Types::SQLite::Any else super end end