On Fri, 2007-06-08 at 13:08 +0000, [EMAIL PROTECTED] wrote:
> It would be nice if both the trunk as well as multi db fully
> qualilfied all field names with db.table.field name.... 

Where would you want it to do that?

You can't just do it everywhere that the field name is used in SQL,
because it would lead to (a) invalid SQL and (b) would not avoid the
problem that you can only talk to one database at a time, so you need to
collect fields together based on their database name.

Regards,
Malcolm


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

Reply via email to