hi,

Change your db design as to minimize the need for joins

i'm currently doing the join myself, using the output from 2 selects. This 
works for me as the tables are small and I need some other info from these 
(broad) selects as well.

Massimo, does the new dal also supports querying on the rowsets without the 
need to go  back to the db?

eg db select does select lines, and I can use this subset to select the max 
value for one of the fields?

hans

------- Original Message -------
From: ProfessionalIT <[email protected]>
To: web2py Web Framework <[email protected]>
Sent: 22/06/2009, 16:48:28
Subject: [web2py:24708] How to simulate a JOIN in Google App Engine ?

Hello,

    How to simulate a JOIN in Google App Engine ?

    I Know that the GAE don't support JOINS then how to simulate
this ?





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to