# File lib/amalgalite/type_maps/default_map.rb, line 142
    def integer( str )
      Float( str ).to_i
    end