[sqlalchemy] Re: engine.base._convert_key() fails with long col names

2007-06-15 Thread Michael Bayer
On Jun 14, 2007, at 3:08 PM, Andreas Jung wrote: For course not. As you can see from the traceback this happens on the SA level (using a self-referential mapper). then thats an ORM bug. you need to send me some sample code that reproduces the error. the ORM uses Column-targeting in

[sqlalchemy] Re: engine.base._convert_key() fails with long col names

2007-06-14 Thread Michael Bayer
On Jun 14, 2007, at 9:16 AM, Andreas Jung wrote: This happens when _convert_key() is called with key='arbeitsmittelhierarchy_arbeitsmittel_view.stammdatenverwaltung_ta uglich' im confused. are you passing that string directly to row[some key] ? result column names cant have periods

[sqlalchemy] Re: engine.base._convert_key() fails with long col names

2007-06-14 Thread Andreas Jung
--On 14. Juni 2007 14:13:47 -0400 Michael Bayer [EMAIL PROTECTED] wrote: On Jun 14, 2007, at 9:16 AM, Andreas Jung wrote: This happens when _convert_key() is called with key='arbeitsmittelhierarchy_arbeitsmittel_view.stammdatenverwaltung_ta uglich' im confused. are you passing that