> On 29 Oct 2015, at 16:35, Esteban A. Maringolo <emaring...@gmail.com> wrote: > > Hello all, > > As some already know I'm working in the new GLORP port from VW to Pharo. > > And as part of minor modifications I'm making to the code, I'd like to know > what is your preferred way of storing ByteArrays as text representation/CLOB, > etc... > > Option A) The printString of ByteArray, it is #[23 12 253 ...] > Option B) A Base64 encoded version of the ByteArray > Option C) Some other encoding
Does that not dependent, at least in part, on the actual underlying SQL DB ? I think HEX and Base64 are make the most sense. > I posted the same question in the #databases channel at Pharo's Slack team > (https://pharoproject.slack.com/archives/databases/p1446130304000022) > > Regards! > > > Esteban A. Maringolo