Return blobs as instances of Sequel::SQL::Blob instead of Amalgamite::Blob
26 27 28
# File 'lib/sequel/adapters/amalgalite.rb', line 26 def blob(s) SQL::Blob.new(s) end