Michael Bayer schrieb:
> ArgumentError: Mapper 'Mapper|User|None' does not have a mapped_table  
> specified.  (Are you using the return value of table.create()?  It no  
> longer has a return value.)
> 
> That's a really old error message, and I can see how its less than  
> perfect so I've just changed it and added a declarative specific  
> message which supercedes it, so the issue is resolved.  But I don't  
> see how the old message is *confusing*.  It seems obvious that its  
> saying "no table is present to be mapped", what else could it possibly  
> mean ?

Thanks. Well, the message was not really confusing, only misleading in 
that it says you need to specify "mapped_table" where you actually need 
to specify "__table__" or "__tablename___".

-- Christoph

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

Reply via email to