# File lib/dbd/SQLite.rb, line 67 67: def self.parse_type(type_name) 68: type_name.match(/^([^\(]+)(\((\d+)(,(\d+))?\))?$/) 69: end