Filipe Fernandes wrote:
>
> Also, the exception NoSuchColumnError never shows up until unique
> indexes are applied thoughout the tables.

then you have an unknown error.  you should enable SQL + result set
logging and see if in fact a SELECT is issued for the table without the
primary key column present in the columns clause.  Or if it is present,
but then is not present in the result set as expected.


--~--~---------~--~----~------------~-------~--~----~
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