Path: | CHANGELOG.rdoc |
Last Update: | Thu Jul 05 18:46:46 -0400 2012 |
db = SQLite3::Database.new('my.db', :readonly => true)
@db.translator.add_translator('sometime') do |type, thing| 'output' # this will be returned as value for that column end
@db.translator.add_translator('sometime') do |type, thing| 'output' # this will be returned as value for that column end