Re: [sqlalchemy] Dabo ReportDesigner/Writer

2013-06-12 Thread Werner
Hi, On 04/06/2013 08:26, Werner wrote: Hi, I am looking at Dabo's ReportDesigner/Writer to do reporting (looked at others like PythonReports and Geraldo) but both have problems with large text blobs. It wants the data as: Dabo's reportwriter wants dataset-like structures, which is a

Re: [sqlalchemy] Dabo ReportDesigner/Writer

2013-06-12 Thread Michael Bayer
On Jun 12, 2013, at 7:17 AM, Werner werner.bru...@sfr.fr wrote: Hi, On 04/06/2013 08:26, Werner wrote: Hi, I am looking at Dabo's ReportDesigner/Writer to do reporting (looked at others like PythonReports and Geraldo) but both have problems with large text blobs. It wants the data

Re: [sqlalchemy] Dabo ReportDesigner/Writer

2013-06-12 Thread Werner
Hi Michael, On 12/06/2013 17:40, Michael Bayer wrote: ... Will give me the column value of Container_LV.name, I tried using with_labels but it doesn't seem to affect the __dict__ keys. When I look at: row.keys() ['id', 'name', 'name'] This is with SA 0.8.1. in that situation you need

[sqlalchemy] Dabo ReportDesigner/Writer

2013-06-04 Thread Werner
Hi, I am looking at Dabo's ReportDesigner/Writer to do reporting (looked at others like PythonReports and Geraldo) but both have problems with large text blobs. It wants the data as: Dabo's reportwriter wants dataset-like structures, which is a sequence (list, tuple) of mappings (dict),