Re: [web2py] Re: Rows don't serialize well if unicode in _extra

2010-04-05 Thread Thadeus Burgess
When dealing with 1 table, names are "short names" When dealing with multiple tables, all names are fully qualified. -Thadeus On Mon, Apr 5, 2010 at 8:22 PM, fgpy wrote: > More details here: > > I have 2 tables: shop (2 fields) and enquete (18 fields). > > I use an inner join like the one b

[web2py] Re: Rows don't serialize well if unicode in _extra

2010-04-05 Thread fgpy
More details here: I have 2 tables: shop (2 fields) and enquete (18 fields). I use an inner join like the one bellow. 'shop.shop_code' is what I call a fully qualified name 'hht_q_1' is what I call a short name. All those names end to be in _extra and as they contain some unicode, the __str__ met

[web2py] Re: Rows don't serialize well if unicode in _extra

2010-04-05 Thread mdipierro
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 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