Path: | CHANGELOG.rdoc |
Last Update: | Fri Jun 03 16:05:20 +0000 2011 |
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