Supposing for example that I want to do a simple "select * from table" it 
becomes:
table.select().execute().fetchall()

which is a bit harder to understand, and things get more complicated (for 
me at least) with joins & co.

Is there a good explanation somewhere of the algorithm that actually 
translated objects and methods calls to actuall SQL statements?

Once I understand that a bit it will be much more natural I guess to use 
it..

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sqlalchemy/-/vUB41NCBknQJ.
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