bump
On 09/28/2011 12:52 AM, Jonas H. wrote:
Hallöchen,
some non-relational databases (e.g. MongoDB) have support for
arbitrarily nested objects. To make queries that "reach" into these
sub-objects, the Django-nonrel developers find it appealing to use JOIN
syntax. For instance, if you had this
@googlegroups.com]
On Behalf Of Jonas H. [jo...@lophus.org]
Sent: Wednesday, September 28, 2011 01:52
To: django-developers
Subject: [NoSQL] Sub-object queries / refactoring JOIN syntax into model fields
Hallöchen,
some non-relational databases (e.g. MongoDB) have support for
arbitrarily nested objects
On 09/28/2011 11:47 AM, Florian Apolloner wrote:
On Wednesday, September 28, 2011 12:52:51 AM UTC+2, jo...@lophus.org wrote:
What's the core team's opinion on this topic -- is there any chance to
Secondly, how could this be implemented?
Did you search the mailing list about this topic at a
On Wednesday, September 28, 2011 12:52:51 AM UTC+2, jo...@lophus.org wrote:
>
> What's the core team's opinion on this topic -- is there any chance to
>
> Secondly, how could this be implemented?
>
Did you search the mailing list about this topic at all yet? I am not sure,
but I think Alex impl
Hallöchen,
some non-relational databases (e.g. MongoDB) have support for
arbitrarily nested objects. To make queries that "reach" into these
sub-objects, the Django-nonrel developers find it appealing to use JOIN
syntax. For instance, if you had this person in your database
{'name': 'Bob',