What do you mean by >when the fields are not fully qualified (like "col1" instead of "dbname.col1")
? On Apr 5, 10:19 am, fgpy <franck...@gmail.com> wrote: > Hi, > > I have an issue with version 1.76.1, when I use a select statement > with several tables storing data in unicode. > > It seems that when the fields are not fully qualified (like "col1" > instead of "dbname.col1"), results are stored in an _extra dictionary. > > The issue is that when _extra contains unicode data (like > u'\u65e5\u672c'), the data is not send to the UTF8 converter in the > csv_export method and an error appears. > > The problem seems to be in gluon.sql.Rows. I did a quick fix on my > local install by adding utf8 encoding on the _extra part, but could > you make it more generic as a fix? > > Thank you, > fg -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.