On 02/22/2016 06:51 AM, gio wrote:
Hi
I was trying to use the  associationproxy feature like explained
in  the basic example
  http://docs.sqlalchemy.org/en/latest/orm/extensions/associationproxy.html
Now my question is:
Is it possible to do a query like and have as result an array of array
of keywords?

session.query(User.keywords)

What result would you get, that would be different than that of:

   session.query(Keyword)

?




Regards
g




--
You received this message because you are subscribed to the Google
Groups "sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to