I''m problems that seem to indicate that binary data is not properly escaped by the SQLite adaptor. I haven''t tested any other adaptors. Is this a known issue? My code looks something like this: create_table :mytab do |t| t.column :mybin, :blob end class MyTab < ActiveRecord::Base end # Boom! MyTab.new( :mybin => Base64.decode64( ''AiEQ3um3AC8KMF +FOMV4CYp0T18='') ).save! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---