# File lib/jdbc_adapter/jdbc_mysql.rb, line 29 def self.column_selector [/mysql/i, lambda {|cfg,col| col.extend(::JdbcSpec::MySQL::Column)}] end