# File lib/innodb/data_type.rb, line 185 def value(data) # The SQL standard defines that CHAR fields should have end-spaces # stripped off. data.sub(/[ ]+$/, "") end