Path: | CHANGELOG.rdoc |
Last Update: | Fri Feb 10 04:35:26 +0000 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