Re: reading raw binary data from clob columns using oracle backend

2012-11-08 Thread Ian
On Wednesday, November 7, 2012 6:16:23 AM UTC-7, Michał Nowotka wrote: > > Hello, > I'm working with oracle legacy DB and need to read and write binary data > (png images, and and MDL *Molfiles*). > Django's inspectdb command generated text fields for these columns, saying > that's only a guess.

Re: reading raw binary data from clob columns using oracle backend

2012-11-07 Thread Michał Nowotka
I mean BLOB, sorry. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/nI-3ngGIdA8J. To post to this group, send email to django-users@googlegroups.com. To

reading raw binary data from clob columns using oracle backend

2012-11-07 Thread Michał Nowotka
Hello, I'm working with oracle legacy DB and need to read and write binary data (png images, and and MDL *Molfiles*). Django's inspectdb command generated text fields for these columns, saying that's only a guess. Now, when I'm trying to retrieve a value from this class fields i get: