When executing a query on some joined SQLA-mapper, SQLite throws the 
following exception (unlike Postgres, which handles it just fine):

OperationalError: (OperationalError) no such column: album.id

Here's the query:

SELECT album.id AS album_id
FROM soup JOIN (album JOIN vinyl ON vinyl.id = album.id) ON vinyl.id = 
soup.id

How would you interpret this? Help much appreciated.

\malthe


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