Re: Storing objects in relational database

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • miller.paul.w@gmail.com

    Re: Storing objects in relational database

    On May 24, 2:12 am, bukzor <workithar...@g mail.comwrote:
    It's not a string it's a cStringIO.Strin gIO, ....
    Just to reinforce this point, in general, you want to use cStringIO
    when you need an object that has a "file-like" interface, but you want
    to keep the results in memory.
Working...