Path: | CHANGELOG.rdoc |
Last Update: | Mon Apr 29 02:25:25 +0000 2013 |
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