OK, and thanks.  I asked the wrong question in that case.  The correct
question might be how do I transfer the data in the returned rows,
which is several columns from various tables, into distinct fields on
a rendered page?  I am assuming that this process will remove the
Python unicode indicators.

I have not found more than a paragraph or two concerning the use of
raw sql.  Any pointers would be appreciated.

Thanks
Mike

On Aug 15, 5:37 pm, Daniel Roseman <dan...@roseman.org.uk> wrote:
> On Aug 15, 5:23 am, adelaide_mike <mike.ro...@internode.on.net> wrote:
>
> > My raw sql returns a list of data very nicely, except that character
> > cols have data surrounded by u'', and dates have datetime.date
> > (2009-01-01) etc.
>
> > In my newbie innocence I have not discovered how to remove these
> > extras.  Any clues?
>
> > Thanks
>
> > Mike
>
> They are just how Python indicates a unicode and a datetime type
> respectively. You don't need to remove them.
> --
> DR.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to