On Mar 15, 2011, at 11:17 AM, nospam wrote:

> I haven't been able to reproduce this issue and only saw it once.  Any
> ideas?  Looks like the list of keys is out of sync w/ the dict in the
> OrderedDict ...  fyi, I don't have a column or property name
> "items_type".  However, I do have an inheritence structure for the
> class Item, which has a property and column "type".
> 
> Traceback (most recent call last):
>  File "core\threadpool.pyc", line 102, in run
>  File "gui\maingui\RecentAnnotations.pyc", line 30, in _executeQuery
>  File "services\AuthClient.pyc", line 19, in __call__
>  File "soaplib\client.pyc", line 170, in __call__
> Fault:
>    return iter(self.values())
>  File "C:\downloads\SQLAlchemy-0.6.1.tar\SQLAlchemy-0.6.1\lib
> \sqlalchemy\util.py", line 818, in values
>    return [self[key] for key in self._list]
> KeyError: u'items_type'

nothing jumps out there without any kind of example illustrating what causes 
the issue.  0.6.1 also has more bugs than the current release of 0.6.6.


> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To post to this group, send email to sqlalchemy@googlegroups.com.
> To unsubscribe from this group, send email to 
> sqlalchemy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sqlalchemy?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to