Path: | CHANGELOG.rdoc |
Last Update: | Thu Jun 30 08:20:52 -0400 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