On 11 January 2012 20:52, Philipp Kursawe <[email protected]> wrote: > I have this BinData object that provides a to_binary_s method that I > am not able to permanently save using String or Text properties in my > model. It only gets saved till the first 0 char. How would I save > binary data with dm?
Use the Binary type, not String or Text Regards Jon -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
